Skip to content

Commit

Permalink
combine steps
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 12, 2024
1 parent b6d104b commit 425eee6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build docker images
run: ./docker/build
run: ./docker/db-migrate/build
run: ./docker/build && ./docker/db-migrate/build
- name: Push SHA tag
run: ./docker/push
run: ./docker/db-migrate/push
run: ./docker/push && ./docker/db-migrate/push
- name: Set environment variables for app
run: scripts/ci/copy-env-vars-to-dot-env-file
env:
Expand Down

0 comments on commit 425eee6

Please sign in to comment.