Skip to content

Commit

Permalink
#2 : Add new steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hynes committed Jan 30, 2023
1 parent f267300 commit 83f635e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch

- name: Extract minor version branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
Expand Down

0 comments on commit 83f635e

Please sign in to comment.