Skip to content

Commit 01377d2

Browse files
committed
ci: bump docker/build-push-action to v4
1 parent 54da076 commit 01377d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
latest=${{ github.event.release.prerelease == false }}
133133
134134
- name: Build Docker image
135-
uses: docker/build-push-action@v3
135+
uses: docker/build-push-action@v4
136136
with:
137137
context: .
138138
load: true
@@ -146,7 +146,7 @@ jobs:
146146
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} build
147147
148148
- name: Publish Docker image
149-
uses: docker/build-push-action@v3
149+
uses: docker/build-push-action@v4
150150
with:
151151
context: .
152152
push: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)