Without metadata
Some checks failed
Build / Build Image (push) Failing after 21s

This commit is contained in:
2023-06-21 18:42:35 +02:00
parent 64becee114
commit 50ef2a7b9e

View File

@@ -45,11 +45,11 @@ jobs:
# Extract metadata (tags, labels) for Docker # Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action # https://github.com/docker/metadata-action
- name: Extract Docker metadata # - name: Extract Docker metadata
id: meta # id: meta
uses: docker/metadata-action@v4 # uses: docker/metadata-action@v4
with: # with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Build and push Docker image with Buildx (don't push on PR) # Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action