Skip to content

Commit

Permalink
ci: sync workflows from central-workflows Signed-off-by: Scott <busin…
Browse files Browse the repository at this point in the history
…gescott@gmail.com>
  • Loading branch information
github-actions committed Dec 2, 2024
1 parent 6af49c3 commit 5825e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
subject-name: docker.io/tazamaorg/${{ env.REPO_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: false

- name: Send Slack Notification
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:

# Attach changelog as an artifact
- name: Attach Changelog to Release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Changelog
path: /home/runner/work/changelog.txt
Expand Down Expand Up @@ -264,4 +264,4 @@ jobs:
]
}
]
}' ${{ secrets.SLACK_WEBHOOK_URL }}
}' ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 5825e84

Please sign in to comment.