Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 28, 2024
1 parent 0ea99de commit 005ce7c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
id: get_next_version
uses: thenativeweb/get-next-version@main
with:
prefix: 'v' # optional, defaults to ''
- name: Show the next version
run: |
echo ${{ steps.get_next_version.outputs.version }}
echo ${{ steps.get_next_version.outputs.hasNextVersion }}
prefix: 'v'

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -51,7 +47,7 @@ jobs:
context: ./modules/services/gateway
push: true
tags: |
ghcr.io/akdasa-studios/lectorium-gateway:${{ steps.last_release.outputs.tag_name }}-rc
ghcr.io/akdasa-studios/lectorium-gateway:${{ steps.get_next_version.outputs.version }}-rc
# build-database:
# name: Build Database
Expand Down

0 comments on commit 005ce7c

Please sign in to comment.