Skip to content

Commit

Permalink
#618 build multiplatform once
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 14, 2023
1 parent 973c6e0 commit cdf52ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push Docker image
- name: Build Docker image
uses: docker/build-push-action@v4
with:
context: .
push: false
provenance: false
platforms: linux/amd64,linux/arm64
tags: local
labels: ${{ steps.meta.outputs.labels }}

- name: Run docker image
- name: Run Docker image
run: nohup docker run -p 80:80 joepmeneer/atomic-server:local --initialize &

- name: Setup and run end-to-end tests
Expand All @@ -69,7 +67,7 @@ jobs:
pnpm run install-playwright
pnpm run test
- name: Build and push Docker image
- name: Push Docker image
uses: docker/build-push-action@v4
with:
context: .
Expand Down

0 comments on commit cdf52ea

Please sign in to comment.