Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Jan 26, 2024
1 parent 1691427 commit 12f0081
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-citizen-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
env:
QUARKUS_CONTAINER_IMAGE_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }}
QUARKUS_CONTAINER_IMAGE_PASSWORD: ${{ secrets.DOCKER_HUB_PWD }}
QUARKUS_CONTAINER_IMAGE_TAG: ${GITHUB_REF_NAME}

jobs:
build:
Expand All @@ -36,6 +35,6 @@ jobs:

- name: Build
run: |
cd citizen-registry
./mvnw package -B
cd containers/citizen-registry
./mvnw package -B -Dquarkus.container-image.tag=${GITHUB_REF##*/}
docker image ls

0 comments on commit 12f0081

Please sign in to comment.