Skip to content

Commit

Permalink
pull quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 31, 2024
1 parent 34fd83c commit 53ff893
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
- name: Pull database
run: |
docker pull ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}"
docker tag ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}" ghcr.io/hiddewie/openrailwaymap-import-db:latest
docker pull ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}
docker tag ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }} ghcr.io/hiddewie/openrailwaymap-import-db:latest
- name: Start database
run: |
Expand Down Expand Up @@ -146,8 +146,8 @@ jobs:
- name: Pull database
run: |
docker pull ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}"
docker tag ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}" ghcr.io/hiddewie/openrailwaymap-import-db:latest
docker pull ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}
docker tag ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }} ghcr.io/hiddewie/openrailwaymap-import-db:latest
- name: Start database
run: |
Expand Down Expand Up @@ -199,8 +199,8 @@ jobs:

- name: Pull database
run: |
docker pull ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}"
docker tag ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}" ghcr.io/hiddewie/openrailwaymap-import-db:latest
docker pull ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }}
docker tag ghcr.io/hiddewie/openrailwaymap-import-db:${{ github.sha }} ghcr.io/hiddewie/openrailwaymap-import-db:latest
- name: Start database
run: |
Expand Down

0 comments on commit 53ff893

Please sign in to comment.