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 afa2c53 commit 7f98c42Copy full SHA for 7f98c42
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
yarn --cwd='/work' install --silent && yarn --cwd='/work' build
64
- name: Build and push image
65
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
66
with:
67
context: .
68
file: ./build/release.dockerfile
0 commit comments