Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Kodden committed Nov 21, 2023
1 parent 8b39b64 commit d9a91dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: ./client/Dockerfile
- context: ./client
image: ghcr.io/surfscz/SBS-Client
- dockerfile: ./server/Dockerfile
- context: ./server
image: ghcr.io/surfscz/SBS-Server
permissions:
contents: read
Expand All @@ -43,8 +43,7 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.dockerfile }}
context: ${{ matrix.context }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d9a91dc

Please sign in to comment.