Skip to content

Commit

Permalink
fix: push pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds committed Jun 21, 2024
1 parent 224cbbb commit 1a83c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "main"
- "develop"
- fix/pipeline
tags:
- "v*"

Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.IMAGE_NAME }}:${{ env.DOCKER_METADATA_OUTPUT_VERSION }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 1a83c4e

Please sign in to comment.