Skip to content

Commit b229514

Browse files
chore(deps): update docker/build-push-action action to v6.18.0 (#304)
1 parent 3a4de0c commit b229514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/docker/build-push-action
9090
- name: Build and push Docker image
9191
id: build-and-push
92-
uses: docker/build-push-action@v6.16.0
92+
uses: docker/build-push-action@v6.18.0
9393
with:
9494
context: docker/
9595
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/pr-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "PIHOLE_VERSION=$VERSION" >> "$GITHUB_OUTPUT"
3838
3939
- name: Build and push PR Docker image
40-
uses: docker/build-push-action@v6.16.0
40+
uses: docker/build-push-action@v6.18.0
4141
with:
4242
context: docker/
4343
push: true

0 commit comments

Comments
 (0)