Skip to content

Commit

Permalink
build: fix manifest push
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Nov 11, 2022
1 parent 5c13ce8 commit 9091882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: Create and push manifest for :snapshot tag
run: |
docker image ls --format "{{.Repository}}:{{.Tag}}" | grep hostlookuper | paste -sd ' ' /dev/stdin > images
docker manifest create $(cat images) postfinance/hostlookuper:snapshot
docker manifest create postfinance/hostlookuper:snapshot $(cat images)
docker manifest push postfinance/hostlookuper:snapshot
release:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 9091882

Please sign in to comment.