Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Jan 27, 2024
1 parent 33409de commit e0e774c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-datastore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -30,5 +29,5 @@ jobs:

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

0 comments on commit e0e774c

Please sign in to comment.