Skip to content

Commit

Permalink
fix: semantic release rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Jul 14, 2024
1 parent 3407513 commit 1209af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ jobs:
tags: 'latest,v${{ env.RELEASE_VERSION }}'
platforms: linux/amd64

- name: Update base image tag in canary-checker
run: |
sed -i "s|flanksource/base-image:[^ ]*|flanksource/base-image:v${{ env.RELEASE_VERSION }}|g" Dockerfile.canary-checker
git config --global user.name 'flankbot' && git config --global user.email '[email protected]'
git add Dockerfile.canary-checker
git commit -m "[skip ci] bump canary-checker base image to v${{ env.RELEASE_VERSION }}
git push
arm64:
needs: semantic-release
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ plugins:
- { type: style, release: false }
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- successComment: false
failTitle: false
2 changes: 1 addition & 1 deletion Dockerfile.canary-checker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image:v0.2.0
FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image
ARG TARGETARCH

WORKDIR /app
Expand Down

0 comments on commit 1209af9

Please sign in to comment.