Skip to content

Commit

Permalink
attempt to fix docker package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotblackburn committed Aug 16, 2024
1 parent 5b3db6a commit b0e2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build and publish
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit b0e2377

Please sign in to comment.