Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 2.4.0 (#78)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v2.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastien Le Digabel <[email protected]>
  • Loading branch information
dependabot[bot] and sledigabel authored May 12, 2021
1 parent abb4cdf commit 88a14c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and publish a tagged docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
push: true
tags: maruina/argocd-progressive-rollout:${{ steps.tagName.outputs.tag }}
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: github.event_name != 'pull_request'

- name: Build and publish a docker image when merge in main
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
push: true
tags: maruina/argocd-progressive-rollout:main
Expand Down

0 comments on commit 88a14c3

Please sign in to comment.