We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8fa55 commit 6dca1a8Copy full SHA for 6dca1a8
.github/workflows/docker-image.yml
@@ -39,7 +39,7 @@ jobs:
39
type=semver,pattern={{major}}.{{minor}}
40
41
- name: Build and push Docker images
42
- uses: docker/build-push-action@9f6f8c940b91232557f8699b21341a08624a8dce
+ uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
43
with:
44
context: .
45
push: ${{ github.event_name != 'pull_request' }}
0 commit comments