We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393a0e5 commit d29d558Copy full SHA for d29d558
.github/workflows/11ty.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
fetch-depth: 0
33
- name: Setup Pages
34
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
35
- name: Build with Eleventy
36
run: |
37
npm install
.github/workflows/docker-build-publish.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
# Publish semver tags as releases.
6
tags: ["v*.*.*"]
7
- branches: ["main"]
8
9
env:
10
# Use docker.io for Docker Hub if empty
@@ -51,7 +50,7 @@ jobs:
51
50
# https://github.com/docker/build-push-action
52
- name: Build and push Docker image to ghcr
53
id: build-and-push
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
56
context: .
57
file: .docker/Dockerfile
0 commit comments