fix: docker #191

Merged
Anri merged 4 commits from fix-docker into main 2024-09-27 21:57:16 +02:00
Showing only changes of commit 916ed67f0e - Show all commits

View file

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