Skip to content

Commit

Permalink
Upgrade GitHub/Docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Jul 29, 2024
1 parent 3821a68 commit 3bf1dff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: Install Go
uses: actions/setup-go@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].7

- uses: actions/download-artifact@v4
with:
name: caddy-linux-amd64

- name: Log in to the Container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -56,7 +56,7 @@ jobs:
latest=true
- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caddy:2.7.6-alpine
FROM caddy:2.8.4-alpine

LABEL source="https://github.com/jonaharagon/caddy-build"

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Mainly for my personal projects. Packages [Caddy](https://github.com/caddyserver

- https://github.com/jonaharagon/caddy-umami
- https://github.com/digilolnet/caddy-bunny-ip
- https://github.com/caddyserver/cache-handler

## Build

Expand Down

0 comments on commit 3bf1dff

Please sign in to comment.