Skip to content

Commit

Permalink
Don't return empty array
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Nov 19, 2023
1 parent 6259454 commit 2ffdc3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: thomasw04/hackatum23
PLATFORMS: linux/amd64,linux/arm64

jobs:
build-and-push-images:
Expand All @@ -32,5 +31,4 @@ jobs:

- name: Build and push Docker images
run: |
docker buildx create --use
docker buildx bake --set *.platform=${{ env.PLATFORMS }} --push
docker compose build --push

0 comments on commit 2ffdc3d

Please sign in to comment.