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

Commit d5ab672

Browse files
committed
Hopefully final changes
Signed-off-by: Jade Carino <[email protected]>
1 parent 83e2642 commit d5ab672

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/pr-build.yaml

+3-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
env:
99
REGISTRY: ghcr.io
1010
NAMESPACE: galasa-dev
11-
IMAGE_TAG: ${{ github.event.number }}
1211

1312
jobs:
1413
build-gradle:
@@ -25,6 +24,7 @@ jobs:
2524
java-version: '11'
2625
distribution: 'semeru'
2726

27+
# The githash is added to the development Maven registry to show what commit level it contains
2828
- name: Print githash
2929
run: |
3030
echo $GITHUB_SHA > ./gradle.githash
@@ -41,21 +41,14 @@ jobs:
4141
-PcentralMaven=https://repo.maven.apache.org/maven2/ \
4242
-PtargetMaven=${{ github.workspace }}/repo
4343
44-
# This Docker image will not be used, it's just to test that the Docker build should work
45-
# - name: Build and test Gradle image
46-
# env:
47-
# CONTEXTROOT: main/maven-repo/gradle
48-
# run: |
49-
# docker build -t gradle-maven-artefacts:${{env.IMAGE_TAG}} --build-arg tag=main --build-arg dockerRepository=harbor.galasa.dev -f dockerfiles/dockerfile.gradle .
50-
# docker run --rm gradle-maven-artefacts:${{env.IMAGE_TAG}}
51-
5244
- name: Extract metadata for Gradle image
5345
id: metadata
5446
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
5547
with:
5648
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/gradle-maven-artefacts
5749

58-
- name: Build Gradle image for development Maven registry
50+
# This Docker image will not be used, it's just to test that the Docker build should work
51+
- name: Build Gradle image
5952
id: build
6053
uses: docker/build-push-action@v5
6154
with:

0 commit comments

Comments
 (0)