Skip to content

Commit e170c24

Browse files
authored
Update publish.yaml
1 parent 85aa760 commit e170c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker build --tag "$IMAGENAME" .
2828
wget https://github.com/jwilder/docker-squash/releases/download/v0.2.0/docker-squash-linux-amd64-v0.2.0.tar.gz
2929
tar -C . -xzvf docker-squash-linux-amd64-v0.2.0.tar.gz
30-
docker save "$IMAGENAME" | sudo ./docker-squash -t "$IMAGENAME" | docker load
30+
docker save "$IMAGENAME" | sudo ./docker-squash | docker load
3131
docker push "$IMAGENAME"
3232
- name: Create GitHub release
3333
uses: sondreb/action-release@master

0 commit comments

Comments
 (0)