Skip to content

Commit

Permalink
actually interpolate variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Jan 3, 2022
1 parent 2d943cf commit f28ee55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
- *docker-login
- run: docker build -t blink .
- run: docker image tag blink ghcr.io/janejeon/blink:latest
- run: docker image tag blink ghcr.io/janejeon/blink:MAJOR_TAG
- run: docker image tag blink ghcr.io/janejeon/blink:MINOR_TAG
- run: docker image tag blink ghcr.io/janejeon/blink:PATCH_TAG
- run: docker image tag blink ghcr.io/janejeon/blink:$MAJOR_TAG
- run: docker image tag blink ghcr.io/janejeon/blink:$MINOR_TAG
- run: docker image tag blink ghcr.io/janejeon/blink:$PATCH_TAG
- run: docker image push --all-tags ghcr.io/janejeon/blink

workflows:
Expand Down

1 comment on commit f28ee55

@vercel
Copy link

@vercel vercel bot commented on f28ee55 Jan 3, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.