Compare commits

..

1 Commits

Author SHA1 Message Date
48b30d2691 Update docker/build-push-action digest to 48aba3b 2024-11-26 11:04:06 +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@92fb0d73b623b7ebf48bd248bd465b6a5cbe7c60 uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
with: with:
context: . context: .
push: true push: true