Skip to content

Commit

Permalink
fix build step id
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jan 20, 2025
1 parent c8ea4a4 commit cb57616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-public-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Export digest
run: |
mkdir -p ${{ runner.temp }}/digests
digest="${{ steps.build.outputs.digest }}"
digest="${{ steps.docker_build.outputs.digest }}"
touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest
Expand All @@ -83,7 +83,7 @@ jobs:
url: ${{ secrets.BUILD_NOTIFICATION_URL }}
method: "POST"
customHeaders: '{"Content-Type": "application/json"}'
data: '{"content": "<a href=\"https://github.com/plausible/analytics/actions/workflows/build-public-images.yml\">Build failed</a>"}'
data: '{"content": "<a href=\"https://github.com/plausible/analytics/actions/workflows/build-public-images-ghcr.yml\">Build failed</a>"}'

push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb57616

Please sign in to comment.