Skip to content

Commit

Permalink
correct github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht committed May 2, 2024
1 parent 24409d0 commit cad3d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Create necessary directories
run: |
mkdir -p ./rails/db ./rails/log ./rails/storage
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docker-build-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Create necessary directories
run: |
mkdir -p ./rails/db ./rails/log ./rails/storage
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit cad3d78

Please sign in to comment.