Skip to content

Conversation

@sgratzl
Copy link
Member

@sgratzl sgratzl commented Apr 1, 2021

didn't push the main/latest tag and there was a typo in the version tag one

@sgratzl sgratzl added the chore label Apr 1, 2021
@sgratzl sgratzl requested a review from krivard April 1, 2021 14:39
@sgratzl sgratzl self-assigned this Apr 1, 2021
@netlify
Copy link

netlify bot commented Apr 1, 2021

Deploy preview for cmu-delphi-main ready!

Built with commit 0392bda

https://deploy-preview-301--cmu-delphi-main.netlify.app

@sgratzl sgratzl enabled auto-merge April 1, 2021 14:42
echo "::set-output name=tag::$imageTag"
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
- name: Push Dev Tag
if: startsWith(github.ref, 'refs/heads/dev')
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this mean we'll end up tagging twice if github.ref is 'refs/heads/main'?

Copy link
Contributor

Choose a reason for hiding this comment

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

the image job runs anyhow just for main and dev

ah, nevermind

Copy link
Member Author

Choose a reason for hiding this comment

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

the job runs for both main and dev and each will create its own docker tag. For dev, it is :dev for main it is :latest and :v${currentVersion}

@sgratzl sgratzl merged commit 04b8805 into dev Apr 1, 2021
@sgratzl sgratzl deleted the sgratzl/fixtypo branch April 1, 2021 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants