Skip to content

Commit

Permalink
fix: don't push the unit test image as the main image (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Sep 26, 2022
1 parent be56dae commit 9e5dbfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
- name: Run unit tests
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.container_meta.outputs.tags }}
labels: ${{ steps.container_meta.outputs.labels }}
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
target: unit-test
Expand Down

0 comments on commit 9e5dbfa

Please sign in to comment.