Skip to content

Commit e96f33f

Browse files
authored
Update release.yml
1 parent acfa6e6 commit e96f33f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767

6868
- name: Push images to dockerhub
6969
run: docker image push niemen/atlas-ui:${{ env.RELEASE_VERSION }}
70+
71+
- name: Push latest tag to dockerhub
72+
run: docker image push niemen/atlas-ui:latest
7073

7174
- name: Package Helm chart
7275
if: ${{ env.LATEST_RELEASE }} == "true"
@@ -147,11 +150,11 @@ jobs:
147150
username: ${{ secrets.DOCKERHUB_USER }}
148151
password: ${{ secrets.DOCKERHUB_TOKEN }}
149152

150-
- name: tag images for dockerhub
151-
run: docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_GQL }}:${{ env.RELEASE_VERSION }} niemen/atlas-gql:${{ env.RELEASE_VERSION }}
152-
153153
- name: Push images to dockerhub
154154
run: docker image push niemen/atlas-gql:${{ env.RELEASE_VERSION }}
155+
156+
- name: Push latest tag to dockerhub
157+
run: docker image push niemen/atlas-gql:latest
155158

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

0 commit comments

Comments
 (0)