We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a38b1e commit fd358efCopy full SHA for fd358ef
.github/workflows/build-and-push.yml
@@ -43,7 +43,7 @@ jobs:
43
platforms: linux/${{ matrix.arch }}
44
provenance: false
45
sbom: false
46
- load: true
+ outputs: type=docker
47
tags: |
48
fedorapython/fedora-python-tox:${{ matrix.arch }}
49
fedorapython/fedora-python-tox:${{ matrix.arch }}-f${{ env.FEDORA_VERSION }}
@@ -95,7 +95,7 @@ jobs:
95
username: ${{ secrets.DOCKERHUB_USERNAME }}
96
password: ${{ secrets.DOCKERHUB_TOKEN }}
97
- name: Push to Dockerhub
98
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
99
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
100
with:
101
context: .
0 commit comments