Skip to content

Commit

Permalink
Update publish-strapi-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannNumericite authored Jun 24, 2021
1 parent eeba2b9 commit 5ec0b23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-strapi-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
tags: |
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/tumeplay-strapi:${{ github.sha }}
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/tumeplay-strapi:${{ env.IMAGE_TAG }}
- name: Build app react image guyanne
- name: Build app react image guyane
uses: docker/build-push-action@v2
with:
context: ./tumeplay-app
push: true
build-args: buildenv=dev.guyanne
build-args: buildenv=dev.guyane
tags: |
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/tumeplay-app-guyanne:${{ github.sha }}
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/tumeplay-app-guyanne:${{ env.IMAGE_TAG }}
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/tumeplay-app-guyane:${{ github.sha }}
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/tumeplay-app-guyane:${{ env.IMAGE_TAG }}
- name: Build app react image metropole
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 5ec0b23

Please sign in to comment.