Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Fix yml syntax in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-niedermann committed Mar 12, 2022
1 parent 046fe96 commit 007409c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ jobs:
tags: ghcr.io/${{ github.repository }}:latest
build-args: |
JAR_FILE=docker/fis.jar
- name: Prepare
if: startsWith(github.ref, 'refs/tags/')
id: prep
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- name: Prepare
if: startsWith(github.ref, 'refs/tags/')
id: prep
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- name: Build and push (tag)
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'it.niedermann'
version = '2.2.5-SNAPSHOT'
version = '2.2.5'
sourceCompatibility = '17'

repositories {
Expand Down

0 comments on commit 007409c

Please sign in to comment.