Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zenjoy/docker-caddy-cloudflare-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Oct 3, 2023
2 parents e8ada58 + 1d05d10 commit bfd4ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "branch=$(echo ${GIT_REF,,} | sed 's/[^a-zA-Z0-9]/-/g')" | tee -a $GITHUB_OUTPUT
- name: Generate Docker metadata with Caddy version
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: metadata
with:
images: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: build
with:
context: .
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
${{ needs.build.outputs.image-ref }}
- name: Publish container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: publish
with:
context: .
Expand Down

0 comments on commit bfd4ff4

Please sign in to comment.