1 Commits

Author SHA1 Message Date
renovate 73eaf67343 Update docker/build-push-action action to v7 2026-05-29 04:09:24 +00:00
+2 -2
View File
@@ -1,4 +1,4 @@
name: Docker build and push name: Docker Build and Push
on: on:
pull_request: pull_request:
@@ -37,7 +37,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}