Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niemenX committed Jan 26, 2024
1 parent acfa6e6 commit e96f33f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:

- name: Push images to dockerhub
run: docker image push niemen/atlas-ui:${{ env.RELEASE_VERSION }}

- name: Push latest tag to dockerhub
run: docker image push niemen/atlas-ui:latest

- name: Package Helm chart
if: ${{ env.LATEST_RELEASE }} == "true"
Expand Down Expand Up @@ -147,11 +150,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: tag images for dockerhub
run: docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_GQL }}:${{ env.RELEASE_VERSION }} niemen/atlas-gql:${{ env.RELEASE_VERSION }}

- name: Push images to dockerhub
run: docker image push niemen/atlas-gql:${{ env.RELEASE_VERSION }}

- name: Push latest tag to dockerhub
run: docker image push niemen/atlas-gql:latest

- name: Package Helm chart
if: ${{ env.LATEST_RELEASE }} == "true"
Expand Down

0 comments on commit e96f33f

Please sign in to comment.