File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
container : httptoolkit/act-build-base
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
- - uses : docker/setup-buildx-action@v1
12
+ - uses : docker/setup-buildx-action@v3
13
13
- name : Login to DockerHub
14
- uses : docker/login-action@v2
14
+ uses : docker/login-action@v3
15
15
with :
16
16
username : ${{ secrets.DOCKERHUB_USERNAME }}
17
17
password : ${{ secrets.DOCKERHUB_TOKEN }}
18
18
19
19
- name : Extract Docker metadata
20
20
id : meta
21
- uses : docker/metadata-action@v4
21
+ uses : docker/metadata-action@v5
22
22
with :
23
23
github-token : ${{ secrets.GITHUB_TOKEN }}
24
24
images : httptoolkit/anonymizing-reverse-proxy
28
28
type=sha
29
29
30
30
- name : Publish to Docker Hub
31
- uses : docker/build-push-action@v4
31
+ uses : docker/build-push-action@v5
32
32
with :
33
33
context : .
34
34
push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments