We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ac5d3 commit 4815086Copy full SHA for 4815086
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.REGISTRY_PASSWORD }}
35
36
- name: Build and push Docker image
37
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
38
with:
39
build-args: |
40
"PYTHON_VERSION=${{ matrix.python-version }}"
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Build Docker image
0 commit comments