Skip to content

Commit

Permalink
Fix path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 26, 2024
1 parent 443a5fa commit e52e223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
LABEL_URL: ${{ github.server_url }}/${{ github.repository }}
LABEL_DESCRIPTION: Cloudflare Tunnel client
LABEL_TITLE: cloudflared
run: ./.github/bin/build+push
run: ./.github/bin/build+push.sh
# When pushing to feature branches, we test stuff on the platform of the
# runner only, using a local registry so as to be able to push and pull to
# Docker from the builder steps.
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
LABEL_URL: ${{ github.server_url }}/${{ github.repository }}
LABEL_DESCRIPTION: Cloudflare Tunnel client
LABEL_TITLE: cloudflared
run: ./.github/bin/build+push
run: ./.github/bin/build+push.sh

0 comments on commit e52e223

Please sign in to comment.