Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz committed Jan 29, 2024
1 parent 1a6f80e commit b3f0356
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/Informatievlaanderen/vsds-dataspace-connector/federated-catalog
images: ${{ env.REGISTRY }}/Informatievlaanderen/vsds-dataspace-connector/federated-authority
tags: |
type=raw,value={{date 'YYYYMMDDHHmmss'}}
type=raw,value=latest
Expand All @@ -39,6 +39,6 @@ jobs:
with:
context: .
push: true
file: ./federated-catalog-connector/Dockerfile
file: ./federated-authority-connector/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64

0 comments on commit b3f0356

Please sign in to comment.