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

Commit

Permalink
Merge branch 'issue-1929-resources-errors' of github.com:galasa-dev/f…
Browse files Browse the repository at this point in the history
…ramework into issue-1929-resources-errors
  • Loading branch information
KirbyKatcher committed Jul 25, 2024
2 parents 10c6e13 + 18ffb72 commit 9abbce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
build-args: |
dockerRepository=harbor.galasa.dev
dockerRepository=ghcr.io
tag=${{ env.IMAGE_TAG }}
- name: Recycle application in ArgoCD
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 @@ -56,7 +56,7 @@ jobs:
load: true
tags: framework:test
build-args: |
dockerRepository=harbor.galasa.dev
dockerRepository=ghcr.io
tag=main
build-rest-api-documentation:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile.framework
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG dockerRepository
ARG tag
FROM ${dockerRepository}/galasadev/galasa-maven:${tag}
FROM ${dockerRepository}/galasa-dev/maven-maven-artefacts:${tag}

COPY repo/ /usr/local/apache2/htdocs/
COPY framework.githash /usr/local/apache2/htdocs/framework.githash
Expand Down

0 comments on commit 9abbce3

Please sign in to comment.