Skip to content

Commit

Permalink
remove docker squash
Browse files Browse the repository at this point in the history
  • Loading branch information
metowolf committed Jul 18, 2023
1 parent 4a2d0f2 commit 9102256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: |
IMAGE_VERSION=`cat package.json | jq -r '.version'`
echo $DOCKER_TOKEN | docker login -u metowolf --password-stdin
docker build -t metowolf/vcards:$IMAGE_VERSION --squash --push .
docker build -t metowolf/vcards:$IMAGE_VERSION --push .
echo $GITHUB_TOKEN | docker login ghcr.io -u metowolf --password-stdin
docker build -t ghcr.io/metowolf/vcards:$IMAGE_VERSION --squash --push .
docker build -t ghcr.io/metowolf/vcards:$IMAGE_VERSION --push .

0 comments on commit 9102256

Please sign in to comment.