Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 5, 2024
1 parent 92814e3 commit e082e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
image: ${{ env.CI_IMG }}
archs: amd64
tags: ${{ env.agent-version }} ${{env.DATE_TAG}}
context: ./quarkus-agent
context: quarkus-agent
containerfiles: |
./quarkus-agent/src/main/docker/Dockerfile.jvm
- name: Push to quay.io
Expand All @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-quarkus-test-app]
env:
image: ${{ needs.build-quarkus-test-app.outputs.quay-image }}
image: ${{ needs.build-quarkus-test-app.outputs.image }}
permissions:
pull-requests: write
steps:
Expand Down

0 comments on commit e082e43

Please sign in to comment.