Skip to content

Commit

Permalink
Merge pull request #135 from siketyan/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5

build(deps): Bump docker/build-push-action from 4 to 5
  • Loading branch information
siketyan authored Sep 19, 2023
2 parents 29e7904 + de293c0 commit be4bdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::set-output name=hash::$(echo ${GITHUB_SHA} | cut -c1-7)"

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down

0 comments on commit be4bdba

Please sign in to comment.