Skip to content

Commit

Permalink
work: add remaining images
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed Apr 30, 2024
1 parent 9f9884e commit eb06f01
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,15 @@ jobs:
- image: ghcr.io/ssi-dk/sap-api
dockerfile: web/Dockerfile
path: web
# - image: user/app2
# dockerfile: your-docker-registry/app1
- image: ghcr.io/ssi-dk/bifrost-queue-broker
dockerfile: bifrost/bifrost_queue_broker/Dockerfile
path: bifrost/bifrost_queue_broker
- image: ghcr.io/ssi-dk/bifrost-listener
dockerfile: bifrost/bifrost_listener/Dockerfile
path: bifrost/bifrost_listener
- image: ghcr.io/ssi-dk/bifrost-listener
dockerfile: bifrost/bifrost_listener/Dockerfile
path: bifrost/bifrost_listener

steps:
- name: Checkout
Expand All @@ -68,6 +75,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# loops over all images in the matrix defined on top

- name: Build and push
uses: docker/build-push-action@v5
with:
Expand All @@ -76,5 +84,3 @@ jobs:
tags: ${{ matrix.image }}:${{ needs.prepare_tag.outputs.tag }}
file: ${{ matrix.dockerfile }}
push: true
# env:
# DOCKER_BUILDKIT: 0

0 comments on commit eb06f01

Please sign in to comment.