Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tlawrie authored Sep 3, 2021
1 parent 4499064 commit a6d083a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
cache: 'maven'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Maven Package
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: service-controller.jar
path: target/service-controller.jar
path: ${{ github.workspace }}/target/service-controller.jar
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand All @@ -88,6 +89,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: boomerangio/flow-service-controller:latest,boomerangio/flow-service-controller:${{ steps.get_version.outputs.VERSION }}
- name: Image digest
Expand Down

0 comments on commit a6d083a

Please sign in to comment.