Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Jan 21, 2024
1 parent 937b2fb commit 36280c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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
QUARKUS_CONTAINER_IMAGE_TAG: ${GITHUB_REF_NAME}

jobs:
build:
Expand Down

0 comments on commit 36280c7

Please sign in to comment.