File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 password : ${{ secrets.DOCKERHUB_TOKEN }}
1515
1616 - name : Setup Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.13"
2020
2121 - name : Build for linux/amd64
22- uses : docker/build-push-action@v5
22+ uses : docker/build-push-action@v6
2323 with :
2424 build-args : |
2525 VCS_REF=${{ github.sha }}
@@ -52,12 +52,12 @@ jobs:
5252 password : ${{ secrets.DOCKERHUB_TOKEN }}
5353
5454 - name : Setup Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.13"
5858
5959 - name : Build for linux/arm64
60- uses : docker/build-push-action@v5
60+ uses : docker/build-push-action@v6
6161 with :
6262 build-args : |
6363 VCS_REF=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments