File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 password : ${{ secrets.DOCKERHUB_TOKEN }}
1616
1717 - name : Setup Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
20- python-version : " 3.13 "
20+ python-version : " 3.14 "
2121
2222 - name : Build for linux/amd64
23- uses : docker/build-push-action@v5
23+ uses : docker/build-push-action@v6
2424 with :
2525 build-args : |
2626 VCS_REF=${{ github.sha }}
@@ -60,12 +60,12 @@ jobs:
6060 password : ${{ secrets.DOCKERHUB_TOKEN }}
6161
6262 - name : Setup Python
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
65- python-version : " 3.13 "
65+ python-version : " 3.14 "
6666
6767 - name : Build for linux/arm64
68- uses : docker/build-push-action@v5
68+ uses : docker/build-push-action@v6
6969 with :
7070 build-args : |
7171 VCS_REF=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments