Skip to content

Commit

Permalink
use secret?
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 26, 2024
1 parent 9fa23eb commit 3b2bb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
docker buildx build --platform linux/amd64,linux/arm64 \
--build-arg KEYCLOAK_VERSION=${{ env.KEYCLOAK_VERSION }} \
-f ./docker/Dockerfile-openjdk-21 \
-t nbittich/artemis:${{ env.ARTEMIS_VERSION }} .
docker push nbittich/artemis:${{ env.ARTEMIS_VERSION }}
-t ${{ secrets.DOCKER_USERNAME }}/artemis:${{ env.ARTEMIS_VERSION }} .
docker push ${{ secrets.DOCKER_USERNAME }}/artemis:${{ env.ARTEMIS_VERSION }}

0 comments on commit 3b2bb18

Please sign in to comment.