Skip to content

Commit

Permalink
update gh build file
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmanash committed Feb 26, 2024
1 parent 0f36675 commit b749121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: package
path: ala-sensitive-data-server/target/ala-sensitive-data-server-[0-9].[0-9].[0-9].jar
path: ala-sensitive-data-server/target/ala-sensitive-data-server-[0-9].[0-9].jar

- name: Log in to the Container registry
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand All @@ -53,4 +53,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b749121

Please # to comment.