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

Commit

Permalink
Final change
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Jul 23, 2024
1 parent da440f3 commit b60d2ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Main build

on:
workflow_dispatch:
# push:
pull_request:
push:
branches: [main]

env:
Expand Down Expand Up @@ -62,6 +61,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/gradle-maven-artefacts

# A Docker image containing the built Maven artefacts is deployed to the dev Maven registry
- name: Build Gradle image for development Maven registry
id: build
uses: docker/build-push-action@v5
Expand All @@ -71,7 +71,7 @@ jobs:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
# dockerRepository will change to ghcr.io once the Wrapping image is available there
# Temporary: dockerRepository will change to ghcr.io once the Wrapping image is available there
build-args: |
dockerRepository=harbor.galasa.dev
tag=${{ env.BRANCH }}
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 @@ -2,8 +2,7 @@ name: PR build

on:
workflow_dispatch:
# pull_request:
push:
pull_request:
branches: [main]

env:
Expand Down

0 comments on commit b60d2ae

Please sign in to comment.