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 94a3842 commit 95acd46Copy full SHA for 95acd46
.github/workflows/ci.yml
@@ -50,15 +50,15 @@ jobs:
50
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
51
52
- name: Build Docker image
53
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
+ uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
54
with:
55
context: .
56
load: true
57
tags: ${{ steps.meta.outputs.tags }}
58
labels: ${{ steps.meta.outputs.labels }}
59
60
- name: Build and push Docker image
61
62
if: github.event_name != 'pull_request'
63
64
0 commit comments