We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2310418 commit 9e2974fCopy full SHA for 9e2974f
1 file changed
.github/workflows/main.yml
@@ -14,12 +14,12 @@ jobs:
14
password: ${{ secrets.DOCKERHUB_TOKEN }}
15
16
- name: Setup Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: "3.13"
20
21
- name: Build for linux/amd64
22
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
23
24
build-args: |
25
VCS_REF=${{ github.sha }}
@@ -52,12 +52,12 @@ jobs:
52
53
54
55
56
57
58
59
- name: Build for linux/arm64
60
61
62
63
0 commit comments