Skip to content

Commit

Permalink
push pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
felpasl committed Jul 31, 2023
1 parent ecd132f commit bb9ab90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

-
name: Build and push
name: Build and push producer
uses: docker/build-push-action@v4
with:
context: ./fruit-producer
Expand All @@ -37,7 +37,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/fruit-producer:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository_owner }}/fruit-producer:latest
-
name: Build and push
name: Build and push azurefunction
uses: docker/build-push-action@v4
with:
context: ./fruit-consumer-azurefunction
Expand All @@ -52,7 +52,7 @@ jobs:
cd fruit-consumer-java
mvn package
-
name: Build and push
name: Build and push java
uses: docker/build-push-action@v4
with:
context: ./fruit-consumer-java
Expand All @@ -61,5 +61,5 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/fruit-consumer-java:${{ github.event.release.tag_name }}
${{ github.event.release.prerelease == false && 'ghcr.io/${{ github.repository_owner }}/fruit-consumer-java:latest' }}
ghcr.io/${{ github.repository_owner }}/fruit-consumer-java:latest

0 comments on commit bb9ab90

Please sign in to comment.