Skip to content

Commit

Permalink
try: path
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed Apr 29, 2024
1 parent e8d49fe commit efcd374
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
include:
- image: ghcr.io/ssi-dk/sap-web
dockerfile: app/Dockerfile
path: app
# - image: user/app2
# dockerfile: your-docker-registry/app1

Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
context: ${{ matrix.path }}
platforms: linux/amd64
tags: ${{ steps.semver.outputs.next }}
file: ${{ matrix.dockerfile }}
Expand Down

0 comments on commit efcd374

Please sign in to comment.