Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Remove latest
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 30, 2021
1 parent adab335 commit dc17316
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ docker-build:
--build-arg VCS_REF=`git rev-parse HEAD` \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--tag $(IMAGE_TAG)

update-tags:
git checkout main
git tag -s -f -a -m "latest series" latest
git checkout -
git push origin refs/tags/latest -f

0 comments on commit dc17316

Please sign in to comment.