Skip to content

Commit

Permalink
Remove GHCR Manifest build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Oct 22, 2021
1 parent b1d98b8 commit beb91e9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,4 @@ jobs:
chillibits/compose-generator-toolbox:armv6-dev \
chillibits/compose-generator-toolbox:armv7-dev \
chillibits/compose-generator-toolbox:arm64-dev
docker manifest push chillibits/compose-generator-toolbox:dev
- name: Build manifest DHCR
run: |
docker manifest create ghcr.io/chillibits/compose-generator-toolbox:dev \
ghcr.io/chillibits/compose-generator-toolbox:amd64-dev \
ghcr.io/chillibits/compose-generator-toolbox:i386-dev \
ghcr.io/chillibits/compose-generator-toolbox:armv6-dev \
ghcr.io/chillibits/compose-generator-toolbox:armv7-dev \
ghcr.io/chillibits/compose-generator-toolbox:arm64-dev
docker manifest push ghcr.io/chillibits/compose-generator-toolbox:dev
docker manifest push chillibits/compose-generator-toolbox:dev

0 comments on commit beb91e9

Please sign in to comment.