Skip to content

Commit

Permalink
Merge pull request #2702 from c2corg/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-3
  • Loading branch information
brunobesson committed May 10, 2022
2 parents fd41edb + 314c28f commit dc51ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker images
if: "contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'"
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit dc51ff6

Please sign in to comment.