Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2023
1 parent b2db0f7 commit 6e03fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
result-encoding: string

- name: Build and push base Docker image
uses: docker/build-push-action@v1
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -40,7 +40,7 @@ jobs:
tags: ${{ steps.get-tag-name.outputs.result }},${{ github.sha }}

- name: Build and push dev Docker image
uses: docker/build-push-action@v1
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 6e03fbe

Please sign in to comment.