Skip to content

Commit

Permalink
Merge pull request #219 from evemonk/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
biow0lf authored May 6, 2022
2 parents 97ee40c + 8454dd5 commit fc9a103
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:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
no-cache: true
Expand Down

0 comments on commit fc9a103

Please sign in to comment.