Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4 to 5 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Sep 12, 2023
2 parents 0d726a0 + 9abad9a commit 8473cee
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@v4
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: GIT-SHA=${{ github.sha }}
Expand Down

0 comments on commit 8473cee

Please sign in to comment.