Skip to content

Commit

Permalink
Merge branch 'main' into sr/feat/auto-image-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Sep 15, 2023
2 parents 2eed422 + 515768f commit dcd4cbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
echo "Creating tag: $tag"
echo "TAG=$tag" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: CI tests, image build and push tag to cache for main or branch
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v6
with:
username: redkubesbot
password: '${{ secrets.NPM_TOKEN }}'
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:
echo changes=$changelog >> $GITHUB_OUTPUT
- if: "contains(github.event.head_commit.message, 'chore(release)')"
name: Create GitHub release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1.12.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.git_tag.outputs.tag }}
release_name: Release ${{ steps.git_tag.outputs.tag }}
tag: ${{ steps.git_tag.outputs.tag }}
name: Release ${{ steps.git_tag.outputs.tag }}
body: ${{ steps.git_tag.outputs.changes }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dcd4cbd

Please sign in to comment.