Skip to content

Commit

Permalink
Fix: Alpine build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vkartk committed May 28, 2024
1 parent 5cc7911 commit 8ec1825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Clean up Docker images
run: |
docker rmi ghcr.io/${{ secrets.DOCKER_USERNAME }}/caddy-cloudflare-alpine:${{ env.VERSION }} || true
docker rmi ghcr.io/${REPO_OWNER/caddy-cloudflare:${{ env.VERSION }}-alpine || true
docker rmi ghcr.io/${{ secrets.DOCKER_USERNAME }}/caddy-cloudflare:${{ env.VERSION }}-alpine || true
docker rmi ${{ secrets.DOCKERHUB_USERNAME }}/caddy-cloudflare-alpine:${{ env.VERSION }} || true
docker rmi ${{ secrets.DOCKERHUB_USERNAME }}/caddy-cloudflare:${{ env.VERSION }}-alpine || true
docker builder prune --force
Expand Down

0 comments on commit 8ec1825

Please sign in to comment.