Skip to content

Commit

Permalink
Merge pull request #63 from draios/SITEOPS-1420/fixmultiarchbuilds-dos
Browse files Browse the repository at this point in the history
[SITEOPS-1420] fix quotes
  • Loading branch information
jcorley-sysdig authored Apr 10, 2024
2 parents e67371c + d225451 commit 6a25f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tag_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
echo Calculated Next Tag is ${{ steps.tag_version.outputs.new_tag }}
post_slack:
runs-on: ubuntu-latest
needs: tagging
steps:
- name: Post to a Slack channel
if: ${{ success() }}
id: slack_success
uses: slackapi/[email protected]
with:
channel-id: 'sdcadmin-operator'
slack-message: ':cool-doge: `${{github.repository}}` new version: ${{needs.tagging.outputs.next_tag}}'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ runs:
echo "image_platforms=${final_platforms_list}" >> $GITHUB_OUTPUT
- name: Set up QEMU
if: ${{ steps.platforms_list.outputs.image_platforms != "linux/amd64" }}
if: ${{ steps.platforms_list.outputs.image_platforms != 'linux/amd64' }}
id: qemu
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 6a25f85

Please sign in to comment.