We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4de0c commit b229514Copy full SHA for b229514
.github/workflows/docker-publish.yml
@@ -89,7 +89,7 @@ jobs:
89
# https://github.com/docker/build-push-action
90
- name: Build and push Docker image
91
id: build-and-push
92
- uses: docker/build-push-action@v6.16.0
+ uses: docker/build-push-action@v6.18.0
93
with:
94
context: docker/
95
push: ${{ github.event_name != 'pull_request' }}
.github/workflows/pr-docker-image.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "PIHOLE_VERSION=$VERSION" >> "$GITHUB_OUTPUT"
38
39
- name: Build and push PR Docker image
40
41
42
43
push: true
0 commit comments