Skip to content

Commit 77d5654

Browse files
committed
fix:container name
1 parent 250ac9b commit 77d5654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# - '*.*.*'
77

88
jobs:
9-
docker:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
2727
run: docker compose exec -T -u postgres db sh -c "cd /tmp && pg_dump -h localhost -Fc -U ash pokeapi | gzip > pokeapi.dump.zip && ls -larth"
2828
- name: Copy dump
2929
run: |
30-
docker compose cp postgresql:/tmp pokeapi.dump.zip ./
30+
docker compose cp db:/tmp pokeapi.dump.zip ./
3131
ls -larth
3232
# - name: Release
3333
# uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)