1
0
mirror of https://github.com/tommytran732/Matrix.to-Docker synced 2024-10-18 04:05:12 -04:00

Compare commits

..

No commits in common. "7f6a77c56e81dfaca77046685459331b09215e2f" and "d009421abdaabcbaa4155f933958a57621291f8e" have entirely different histories.

View File

@ -54,7 +54,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}