Skip to content

Commit

Permalink
Release new #patch version with updated k8s deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Jan 2, 2023
1 parent 6438089 commit 8b777d9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INITIAL_VERSION: 1.0.0
DEFAULT_BUMP: none
-
name: "Set up QEMU"
BRANCH_HISTORY: last
- name: "Set up QEMU"
if: steps.tagging.outputs.part
uses: docker/setup-qemu-action@v2
-
name: "Set up Docker Buildx"
- name: "Set up Docker Buildx"
if: steps.tagging.outputs.part
uses: docker/setup-buildx-action@v2
-
name: "Login to DockerHub"
- name: "Login to DockerHub"
if: steps.tagging.outputs.part
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -71,4 +69,4 @@ jobs:
release_name: v${{ steps.tagging.outputs.tag }}
body: ${{ steps.build_changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: false

0 comments on commit 8b777d9

Please sign in to comment.