Skip to content

Commit c84e2ec

Browse files
author
marcel
committed
update
1 parent c36106a commit c84e2ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/container-image.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
- name: Set up go
14-
uses: actions/setup-go@v3
15-
1613
- name: Build container image /w kaniko
1714
uses: aevea/action-kaniko@master
1815
with:
19-
image: waitfor
20-
tag: latest
16+
tag: ${{ github.head_ref || github.ref_name }}
2117
registry: ghcr.io
2218
password: ${{secrets.CI_REGISTRY_PASSWORD}}

0 commit comments

Comments
 (0)