Skip to content

Commit

Permalink
Avoid duplicate Docker push in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jun 17, 2024
1 parent 61641b4 commit 7a910cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: false
- name: Test image
env:
DOCKER_TAG: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 7a910cb

Please sign in to comment.