Skip to content

Commit

Permalink
Fix latest tags for push to quay action (grafana#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Oct 1, 2021
1 parent c3ed8fe commit ce676de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
TAGS=('$IMAGE_ORGANIZATION/$IAMGE_OPERATOR_NAME:latest')
TAGS=("$IMAGE_ORGANIZATION/$IAMGE_OPERATOR_NAME:latest")
BUILD_DATE="$(date -u +'%Y-%m-%d')"
VCS_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
VCS_REF="$(git rev-parse --short HEAD)"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
TAGS=('$IMAGE_ORGANIZATION/$IMAGE_BUNDLE_NAME:latest')
TAGS=("$IMAGE_ORGANIZATION/$IMAGE_BUNDLE_NAME:latest")
BUILD_DATE="$(date -u +'%Y-%m-%d')"
VCS_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
VCS_REF="$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit ce676de

Please sign in to comment.