Skip to content

Commit a73e005

Browse files
committed
debug latest tag
1 parent e7deac0 commit a73e005

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci-tag.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
name: ci-tag
99

10-
env:
11-
DOTNET_VERSION: 9.0.x
12-
REGISTRY: ghcr.io
13-
IMAGE_NAME: ${{ github.repository_owner }}/api
14-
1510
jobs:
1611

1712
# Pre-job to find the latest tag
@@ -27,9 +22,11 @@ jobs:
2722
repository: ${{ github.repository }}
2823
regex: '^\d+\.\d+\.\d+(-[0-9A-Za-z]+(\.\d+)*)?$'
2924
releases-only: false
25+
- name: Set output
26+
run: echo "latest-tag=${{ steps.latest-tag.outputs.tag }}"
3027

3128
# Delegate building and containerizing to a single workflow.
32-
build-and-containerize:
29+
build:
3330
needs: get-latest-tag
3431
uses: ./.github/workflows/ci-build.yml
3532
with:

0 commit comments

Comments
 (0)