Skip to content

Commit

Permalink
CI Bug fix's fix :) (#215)
Browse files Browse the repository at this point in the history
* Trying things out

* Fix an oopsy

* ...

* typo

* Don't use image repo on pull requests in CI

* Remove unused vars from integration test CI

* Don't push images

* Try CI without container registry login

* Remove 'push' from step names for imagine build

* CI integraiton tests: don't push ever
  • Loading branch information
cbrit authored Jul 17, 2023
1 parent 0ef6979 commit 748ec57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
push: false
tags: ${{ steps.meta.outputs.tags }}
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 748ec57

Please sign in to comment.