Skip to content

Commit

Permalink
add GITHUB_RELEASE env
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Mar 16, 2024
1 parent db8e32d commit 1434faa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockerimage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
dockerhub:
runs-on: ubuntu-latest
env:
GITHUB_RELEASE: true
steps:
- uses: actions/checkout@v4
# this writes the tag name into GIT_TAG_NAME
Expand All @@ -22,6 +24,8 @@ jobs:

ghcr:
runs-on: ubuntu-latest
env:
GITHUB_RELEASE: true
steps:
- uses: actions/checkout@v4
- name: Get tag name
Expand Down

0 comments on commit 1434faa

Please sign in to comment.