Skip to content

Commit

Permalink
docker commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Mar 30, 2024
1 parent f445b0d commit 8cd0883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
docker compose down
DB_CONTAINER_ID="$(docker compose ps --all --format json | jq -r 'select(.Service == "db") | .ID')"
DB_IMAGE="$(docker compose ps --all --format json | jq -r 'select(.Service == "db") | .Image')"
docker compose commit "$DB_CONTAINER_ID" "$DB_IMAGE"
docker commit "$DB_CONTAINER_ID" "$DB_IMAGE"
docker image ls "$DB_IMAGE"
docker push "$DB_IMAGE"
Expand Down

0 comments on commit 8cd0883

Please sign in to comment.