Skip to content

Commit

Permalink
fix:container name
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 22, 2025
1 parent 250ac9b commit 77d5654
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 @@ -6,7 +6,7 @@ on:
# - '*.*.*'

jobs:
docker:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
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"
- name: Copy dump
run: |
docker compose cp postgresql:/tmp pokeapi.dump.zip ./
docker compose cp db:/tmp pokeapi.dump.zip ./
ls -larth
# - name: Release
# uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 77d5654

Please sign in to comment.