Skip to content

Commit

Permalink
fix: actually push docker image (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Feb 28, 2024
1 parent ea62e3c commit f1cd1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: false
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
file: ./chatterino-docker/Dockerfile_${{ matrix.image-name }}
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit f1cd1ac

Please sign in to comment.