Skip to content

Commit

Permalink
Tag 3.7 images as lastest
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Jul 5, 2018
1 parent b0825a4 commit 8487b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versions/library-3.7/x86_64/options
Expand Up @@ -2,4 +2,4 @@ export RELEASE="v3.7"
export MIRROR="http://dl-cdn.alpinelinux.org/alpine"
export PACKAGES="alpine-baselayout,busybox,alpine-keys,apk-tools,libc-utils"
export BUILD_OPTIONS=(-b -s -t UTC -r $RELEASE -m $MIRROR -p $PACKAGES)
export TAGS=(alpine:3.7 alpine:latest)
export TAGS=(alpine:3.7)
2 changes: 1 addition & 1 deletion versions/library-3.8/x86_64/options
Expand Up @@ -2,4 +2,4 @@ export RELEASE="v3.8"
export MIRROR="http://dl-cdn.alpinelinux.org/alpine"
export PACKAGES="alpine-baselayout,busybox,alpine-keys,apk-tools,libc-utils"
export BUILD_OPTIONS=(-b -s -t UTC -r $RELEASE -m $MIRROR -p $PACKAGES)
export TAGS=(alpine:3.8)
export TAGS=(alpine:3.8 alpine:latest)

3 comments on commit 8487b91

@ncopa
Copy link
Collaborator Author

@ncopa ncopa commented on 8487b91 Jul 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong commit message. sorry

@Nevaan
Copy link

@Nevaan Nevaan commented on 8487b91 Jul 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create ammend commit :)

@ncopa
Copy link
Collaborator Author

@ncopa ncopa commented on 8487b91 Jul 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create ammend commit :)

and git push --force?

Please sign in to comment.