8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54da076 commit 01377d2Copy full SHA for 01377d2
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
latest=${{ github.event.release.prerelease == false }}
133
134
- name: Build Docker image
135
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
136
with:
137
context: .
138
load: true
@@ -146,7 +146,7 @@ jobs:
146
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} build
147
148
- name: Publish Docker image
149
150
151
152
push: ${{ github.event_name == 'release' }}
0 commit comments