Skip to content

Commit

Permalink
read docker image tags from docker-meta step
Browse files Browse the repository at this point in the history
Signed-off-by: xeptore <[email protected]>
  • Loading branch information
xeptore committed Mar 22, 2023
1 parent c882aa2 commit 65b4218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
build-args: |
GOOS=${{ env.GOOS }}
GOARCH=${{ env.GOARCH }}
tags: |
ghcr.io/${{ github.repository }}/ingest:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
timeout-minutes: 10

0 comments on commit 65b4218

Please sign in to comment.