Skip to content

Commit fd358ef

Browse files
committed
fixup
1 parent 4a38b1e commit fd358ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
platforms: linux/${{ matrix.arch }}
4444
provenance: false
4545
sbom: false
46-
load: true
46+
outputs: type=docker
4747
tags: |
4848
fedorapython/fedora-python-tox:${{ matrix.arch }}
4949
fedorapython/fedora-python-tox:${{ matrix.arch }}-f${{ env.FEDORA_VERSION }}
@@ -95,7 +95,7 @@ jobs:
9595
username: ${{ secrets.DOCKERHUB_USERNAME }}
9696
password: ${{ secrets.DOCKERHUB_TOKEN }}
9797
- name: Push to Dockerhub
98-
uses: docker/build-push-action@v2
98+
uses: docker/build-push-action@v6
9999
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
100100
with:
101101
context: .

0 commit comments

Comments
 (0)