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

Commit

Permalink
fix duplicate id
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Sep 13, 2024
1 parent 165d635 commit 0e1caf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/obr-maven-artefacts

- name: Build and push OBR image
id: build
id: build-obr
uses: docker/build-push-action@v5
with:
context: obr
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/obr-and-galasabld-executable

- name: Build and push OBR and galasabld image
id: build
id: build-obr-galasabld
uses: docker/build-push-action@v5
with:
context: buildutils
Expand Down

0 comments on commit 0e1caf1

Please sign in to comment.