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 b4fb931 commit f83c752Copy full SHA for f83c752
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
password: ${{ secrets.GITHUB_TOKEN }}
89
90
- name: Build and push Docker image
91
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
+ uses: docker/build-push-action@b16f42f92abaeb7610fd7fc99ab230d13e79e275
92
with:
93
context: .
94
push: ${{ github.ref == 'refs/heads/main' }}
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
build-args: |
0 commit comments