Skip to content

Commit f912ebd

Browse files
Update docker/build-push-action action to v4
1 parent 6500229 commit f912ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
5757
5858
- name: Build and push
59-
uses: docker/build-push-action@v2
59+
uses: docker/build-push-action@v4
6060
with:
6161
context: .
6262
file: ${{ env.DOCKER_FILE_PATH }}

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
6363
6464
- name: Build and push
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v4
6666
with:
6767
context: .
6868
file: ${{ env.DOCKER_FILE_PATH }}

0 commit comments

Comments
 (0)