forked from wwWallet/wallet-ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push also latest image on push of dc4eu-rome branch
- Loading branch information
Showing
4 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-acme-verifier-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-acme: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-acme-verifier:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/acme-verifier/Dockerfile |
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-ehic-issuer-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-ehic: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-ehic-issuer:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/ehic-issuer/Dockerfile |
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-pda1-issuer-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-pda1: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-pda1-issuer:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/pda1-issuer/Dockerfile |
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-vid-issuer-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-vid: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-vid-issuer:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/vid-issuer/Dockerfile |