Skip to content

Commit

Permalink
chore(actions): update docker/build-push-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2023
1 parent 6fcb045 commit cd8b743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
prerelease: true

- name: Delete Previous drafts
uses: hugo19941994/[email protected].1
uses: hugo19941994/[email protected].0
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prereleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build Docker Image
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
env:
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_COMMAND }}:${{ needs.prepare.outputs.version }}
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Build Docker Image
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
env:
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_LAMBDA }}:${{ needs.prepare.outputs.version }}
with:
Expand Down

0 comments on commit cd8b743

Please sign in to comment.