Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5 to 6 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 18, 2024
2 parents 433f4e8 + b8af78a commit 78c20df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build, tag, and push image to GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: GIT-SHA=${{ github.sha }}
Expand Down

0 comments on commit 78c20df

Please sign in to comment.