Compare commits

..

1 Commits

Author SHA1 Message Date
cc0386e411 Update docker/build-push-action digest to 67a2d40 2025-01-15 13:05:20 +00:00

View File

@ -55,7 +55,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9 uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
with: with:
context: . context: .
push: true push: true