This commit is contained in:
Shahrad Elahi
2024-05-29 19:19:36 +03:30
parent f605e356ff
commit bd2ddbb08b
6 changed files with 9 additions and 7 deletions

View File

@@ -49,6 +49,8 @@ jobs:
- name: Build & Publish
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
context: .
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}