Skip to content

Commit

Permalink
Add image tags for release-dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Oct 16, 2020
1 parent 99c306b commit 5435879
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions image_tags.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

# This file is sourced by the build workflow when processing a branch or tag
# that is a semantic version. e.g; v1.2.3-pre+5

# Its purpose is to add branch-specific tags to an image.

TAGS="${TAGS},${IMAGE_NAME}:release,${IMAGE_NAME}:latest"

0 comments on commit 5435879

Please sign in to comment.