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 #78 from galasa-dev/gh-workflow
Browse files Browse the repository at this point in the history
Updating GH workflows with new base-image location
  • Loading branch information
jadecarino authored Jul 25, 2024
2 parents 526f931 + 362f382 commit fdef3bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ jobs:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
# Temporary: dockerRepository will change to ghcr.io once the Wrapping image is available there
build-args: |
dockerRepository=harbor.galasa.dev
dockerRepository=ghcr.io
baseVersion=latest
# Recycle the development Maven registry app in ArgoCD
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
push: false
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
# dockerRepository will change to ghcr.io once the Wrapping image is available there
build-args: |
dockerRepository=harbor.galasa.dev
dockerRepository=ghcr.io
baseVersion=latest
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile.wrapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG dockerRepository
ARG baseVersion
FROM ${dockerRepository}/galasadev/galasa-base:${baseVersion}
FROM ${dockerRepository}/galasa-dev/base-image:${baseVersion}

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

0 comments on commit fdef3bc

Please sign in to comment.