fix docker ignore
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 16s

This commit is contained in:
Mylloon 2024-09-27 21:56:29 +02:00
parent 6509b23c85
commit 916ed67f0e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -32,5 +32,6 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}