diff --git a/.github/workflows/publish-strapi-image.yml b/.github/workflows/publish-strapi-image.yml index 43b12278..792582de 100644 --- a/.github/workflows/publish-strapi-image.yml +++ b/.github/workflows/publish-strapi-image.yml @@ -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: