Skip to content

Commit

Permalink
feat(build): added build-push-container-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zZHorizonZz committed Aug 7, 2024
1 parent 2373701 commit 9f3289a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

permissions:
contents: read
packages: write

env:
JAVA_VERSION: "21"
DISTRIBUTION: "corretto"
DISTRIBUTION: "openjdk"
CONTAINER_REGISTRY: "ghcr.io"
CONTAINER_GROUP: "cloudeko/services"

Expand Down

0 comments on commit 9f3289a

Please sign in to comment.