Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Feb 27, 2024
1 parent f76fc6d commit 28dde50
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
provisioning-mock/target/*.jar
server/target/*.jar
welcome/build/
retention: 1
retention-days: 1

dockerbuild:
permissions:
Expand Down Expand Up @@ -125,6 +125,12 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Echo version
env:
VERSION: ${{ needs.deployment.outputs.version }}
run: |
echo $VERSION
- name: Set docker labels and tags
id: meta
Expand All @@ -137,7 +143,7 @@ jobs:
latest=false
tags: |
type=ref,event=tag
type=semver,pattern={{version}},value=$VERSION
type=semver,pattern={{version}},value=${VERSION}
type=sha
- name: Build and push the ${{ matrix.app }} image
Expand Down

0 comments on commit 28dde50

Please sign in to comment.