Skip to content

Commit

Permalink
GHA: Rename access to invite
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 22, 2023
1 parent 132c5bd commit e264ca9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-access/accessserver:${{ steps.versioncheck.outputs.version }}
ghcr.io/openconext/openconext-invite/inviteserver:${{ steps.versioncheck.outputs.version }}
- name: Build and push the client image
uses: docker/build-push-action@v4
Expand All @@ -101,7 +101,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-access/accessclient:${{ steps.versioncheck.outputs.version }}
ghcr.io/openconext/openconext-invite/inviteclient:${{ steps.versioncheck.outputs.version }}
- name: Build and push the welcome image
uses: docker/build-push-action@v4
Expand All @@ -111,7 +111,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-access/accessswelcome:${{ steps.versioncheck.outputs.version }}
ghcr.io/openconext/openconext-invite/invitewelcome:${{ steps.versioncheck.outputs.version }}
- name: Build and push the provisioning mock image
uses: docker/build-push-action@v4
Expand All @@ -121,4 +121,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-access/accesssprovisioningmock:${{ steps.versioncheck.outputs.version }}
ghcr.io/openconext/openconext-invite/invitesprovisioningmock:${{ steps.versioncheck.outputs.version }}

0 comments on commit e264ca9

Please sign in to comment.