Skip to content

Commit

Permalink
Merge pull request #498 from GeorgeWalker/support-develop
Browse files Browse the repository at this point in the history
update prod no message action
  • Loading branch information
GeorgeWalker authored Jul 23, 2024
2 parents 789e9d3 + 233c310 commit d52e1d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

cp html/index.prod-nomessage.html html/index.html

tar -czh . | docker build --load --tag ${{ env.DOCKER_REPOSITORY }}:latest --cache-from=${{ env.DOCKER_REPOSITORY }}:latest --build-arg VERSION=$VERSION -
docker tag ${{ env.DOCKER_REPOSITORY }}:latest ${{ env.DOCKER_REPOSITORY }}:$VERSION
tar -czh . | docker build --load --tag ${{ env.DOCKER_REPOSITORY }}:prod --build-arg VERSION=$VERSION -
docker tag ${{ env.DOCKER_REPOSITORY }}:prod ${{ env.DOCKER_REPOSITORY }}:$VERSION

- name: Push image
env:
Expand Down

0 comments on commit d52e1d4

Please sign in to comment.