Skip to content

Commit

Permalink
Revert temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Dec 23, 2024
1 parent aa2a64e commit 7694b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docker-image
on:
push:
branches:
- feat-remove-cmd-suffix
- main
release:

jobs:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
go mod download
- name: Set KO_TAG to the current commit
run: echo "KO_TAG=v0.1.0" >> $GITHUB_ENV
run: echo "KO_TAG=$(git rev-parse HEAD)" >> $GITHUB_ENV
- name: Set KO_TAG to version if it is a release
if: github.event_name == 'release'
run: echo "KO_TAG=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_ENV
Expand Down

0 comments on commit 7694b94

Please sign in to comment.