Skip to content

Commit cd8b743

Browse files
chore(actions): update docker/build-push-action action to v4
1 parent 6fcb045 commit cd8b743

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
prerelease: true
6262

6363
- name: Delete Previous drafts
64-
uses: hugo19941994/[email protected].1
64+
uses: hugo19941994/[email protected].0
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
6767

.github/workflows/prereleased.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Build Docker Image
7777
id: docker_build
78-
uses: docker/build-push-action@v3
78+
uses: docker/build-push-action@v4
7979
env:
8080
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_COMMAND }}:${{ needs.prepare.outputs.version }}
8181
with:
@@ -160,7 +160,7 @@ jobs:
160160
161161
- name: Build Docker Image
162162
id: docker_build
163-
uses: docker/build-push-action@v3
163+
uses: docker/build-push-action@v4
164164
env:
165165
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_LAMBDA }}:${{ needs.prepare.outputs.version }}
166166
with:

0 commit comments

Comments
 (0)