Skip to content

Commit

Permalink
add rke2_release to makefile and fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Oct 16, 2023
1 parent 04f6c55 commit 829b149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: ECM Distro Tools Release
on:
push:
tags:
- "v*"
push:
tags:
- "v*"
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v4
- name: Build ECM Distro Tools
run: |
Expand All @@ -19,7 +19,7 @@ jobs:
uses: SierraSoftworks/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
overwrite: "true"
overwrite: 'true'
files: |
${{ github.workspace }}/bin/bootstrap_hash
${{ github.workspace }}/bin/check_for_k8s_release
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
push: true
tags: rancher/ecm-distro-tools:${{ github.ref_name }}
file: ./Dockerfile
context: .
context: .
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BINARIES = gen_release_notes gen_release_report backport standup k3s_release rancher_release test_coverage upstream_go_version
BINARIES = gen_release_notes gen_release_report backport standup k3s_release rancher_release test_coverage upstream_go_version rke2_release
ARCHS = amd64 arm64
OSs = linux darwin freebsd

Expand Down

0 comments on commit 829b149

Please sign in to comment.