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 1563013 commit 13c3c38Copy full SHA for 13c3c38
.github/workflows/build-and-push-cliain.yml
@@ -67,7 +67,7 @@ jobs:
67
(steps.get_branch.outputs.branch_name == 'main' && 'latest' ||
68
steps.get_branch.outputs.branch_name) ||
69
matrix.runtime == 'liminal' && steps.get_branch.outputs.sha_short }}
70
- uses: docker/build-push-action@v3.3.0
+ uses: docker/build-push-action@v4.0.0
71
with:
72
context: ./bin/cliain
73
builder: ${{ steps.buildx.outputs.name }}
0 commit comments