Skip to content

Commit

Permalink
more env fun
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcole committed Oct 21, 2023
1 parent 391f52f commit cd6eda0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com

jobs:
build:
Expand Down Expand Up @@ -48,6 +46,9 @@ jobs:
- name: Run git-tag Task
run: task clean git-tag
if: github.event_name != 'pull_request'
env:
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com

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

0 comments on commit cd6eda0

Please sign in to comment.