We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250ac9b commit 77d5654Copy full SHA for 77d5654
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
# - '*.*.*'
7
8
jobs:
9
- docker:
+ release:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
27
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"
28
- name: Copy dump
29
run: |
30
- docker compose cp postgresql:/tmp pokeapi.dump.zip ./
+ docker compose cp db:/tmp pokeapi.dump.zip ./
31
ls -larth
32
# - name: Release
33
# uses: softprops/action-gh-release@v2
0 commit comments