Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #123 from galasa-dev/use-ghcr-gradle-image
Browse files Browse the repository at this point in the history
Use new gradle image in GHCR now its available
  • Loading branch information
jadecarino authored Jul 25, 2024
2 parents 4f718b6 + 79b4a08 commit f6fc6e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
build-args: |
dockerRepository=harbor.galasa.dev
tag=main
dockerRepository=ghcr.io
tag=${{ env.BRANCH }}
# Recycle the development Maven registry app in ArgoCD
# Authenticate using a token passed in as an environment variable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
load: true
tags: maven:test
build-args: |
dockerRepository=harbor.galasa.dev
dockerRepository=ghcr.io
tag=main
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG dockerRepository
ARG tag
FROM ${dockerRepository}/galasadev/galasa-gradle:${tag}
FROM ${dockerRepository}/galasa-dev/gradle-maven-artefacts:${tag}

COPY repo/ /usr/local/apache2/htdocs/
COPY maven.githash /usr/local/apache2/htdocs/maven.githash

0 comments on commit f6fc6e1

Please sign in to comment.