Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Nov 27, 2023
1 parent cb39951 commit 6bc13f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-manage/teams-server:${{ steps.versioncheck.outputs.version }
ghcr.io/openconext/openconext-manage/teams-server:${{ steps.versioncheck.outputs.version }}
- name: Build and push the teams gui image
uses: docker/build-push-action@v4
Expand All @@ -83,5 +83,5 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-manage/teams-gui:${{ steps.versioncheck.outputs.version }
ghcr.io/openconext/openconext-manage/teams-gui:${{ steps.versioncheck.outputs.version }}

0 comments on commit 6bc13f5

Please sign in to comment.