Skip to content

Commit

Permalink
fix: set docker versions manually in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
oleast committed Nov 23, 2020
1 parent 39476b6 commit 278c7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: registry.online.ntnu.no
tag_semver: true
tags: "latest,${{ steps.version.outputs.tag }}"
buildargs: NEXT_PUBLIC_GIT_BRANCH
NEXT_PUBLIC_GIT_TAG
NEXT_PUBLIC_AUTH_ENDPOINT
Expand Down

1 comment on commit 278c7e9

@vercel
Copy link

@vercel vercel bot commented on 278c7e9 Nov 23, 2020

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.