Skip to content

Commit

Permalink
Merge pull request carlos-jenkins#34 from mikespub/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
mikespub authored Jun 23, 2022
2 parents 218f20f + f59952f commit fb5329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit fb5329f

Please sign in to comment.