Skip to content

Commit

Permalink
change variable
Browse files Browse the repository at this point in the history
  • Loading branch information
realAP committed Mar 27, 2024
1 parent 3bd2baf commit a694df2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ jobs:
WINSLOW_IMAGE_ARTIFACT: ${{ needs.variables.outputs.WINSLOW_IMAGE_ARTIFACT }}
APPENDIX: ${{ needs.variables.outputs.APPENDIX }}
WINSLOW_IMAGE: ${{ needs.variables.outputs.WINSLOW_IMAGE }}
WINSLOW_IMAGE_RELEASE: $WINSLOW_REGISTRY:$TAG

steps:
- uses: actions/checkout@v4
Expand All @@ -265,7 +264,7 @@ jobs:
- name: Tag image for release on Dockerhub
run: |
docker tag $WINSLOW_IMAGE $WINSLOW_IMAGE_RELEASE
docker tag $WINSLOW_IMAGE $WINSLOW_REGISTRY:$TAG
- name: Dockerhub login
env:
Expand All @@ -276,7 +275,7 @@ jobs:
- name: Push winslow image release to dockerhub
run: |
docker push $WINSLOW_IMAGE_RELEASE
docker push $WINSLOW_REGISTRY:$TAG
- name: Update Dockerhub description
uses: peter-evans/dockerhub-description@v4
Expand Down

0 comments on commit a694df2

Please sign in to comment.