1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: Update docker-publish.yml

This commit is contained in:
Elie Baier
2023-12-18 10:35:12 +01:00
committed by GitHub
parent 937c5e51a8
commit 8203e2ed89

View File

@@ -71,6 +71,8 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
with:
context: .
push: ${{ github.event_name != 'pull_request' }}