Skip to content

Commit

Permalink
Merge pull request #21 from troyfontaine/revert-20-add-version-manifest
Browse files Browse the repository at this point in the history
Revert "NO-TICKET - Add Shorter Version Tagging to Release"
  • Loading branch information
troyfontaine committed Nov 18, 2021
2 parents 7bf61be + 27ed85b commit 4732e7e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Taskfile.yml
Expand Up @@ -334,8 +334,7 @@ tasks:
- |
set -e
releases={{ .RELEASES }}
version=$(echo "$release" | cut -f1,2 -d'.' )
architectures={{ .ARCHITECTURES }}
for release in "${releases[@]}"
do
Expand All @@ -344,12 +343,6 @@ tasks:
"{{ .OWNER }}/{{ .REPOSITORY }}:amd64-${release}" \
"{{ .OWNER }}/{{ .REPOSITORY }}:arm64-${release}" \
"{{ .OWNER }}/{{ .REPOSITORY }}:armhf-${release}"
docker buildx imagetools create \
-t "{{ .OWNER }}/{{ .REPOSITORY }}:${version}" \
"{{ .OWNER }}/{{ .REPOSITORY }}:amd64-${version}" \
"{{ .OWNER }}/{{ .REPOSITORY }}:arm64-${version}" \
"{{ .OWNER }}/{{ .REPOSITORY }}:armhf-${version}"
done
cleanup:
Expand Down

0 comments on commit 4732e7e

Please sign in to comment.