Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed May 23, 2024
1 parent 56c91bb commit 50a2ca3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.15
go-version: 1.22
-
uses: imjasonh/setup-crane@v0.1
uses: imjasonh/setup-crane@v0.3
-
run: >-
crane cp docker.io/yolean/kafka-keyvalue:7fa31f42731fc20a77988b478a3896732cc3dc88
ghcr.io/${{ github.repository }}/kafka-keyvalue:7fa31f42731fc20a77988b478a3896732cc3dc88
;
run: |
TAG_KKV=7fa31f42731fc20a77988b478a3896732cc3dc88
crane cp docker.io/yolean/kafka-keyvalue:$TAG_KKV ghcr.io/${{ github.repository }}/kafka-keyvalue:$TAG_KKV

0 comments on commit 50a2ca3

Please sign in to comment.