Skip to content

Commit

Permalink
Fix ghcr tags and fix artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Feb 20, 2024
1 parent b4fdae5 commit 02b8986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push-image-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: ${{ github.ref_name }}
tags: |
${{ env.REGISTRY }}/${{ github.repository }}:latest
${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go build -o artifacts/keda-celery-scaler-windows-x64 main.go
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-${{ matrix.os }}
path: artifacts
- uses: AButler/[email protected]
with:
Expand Down

0 comments on commit 02b8986

Please sign in to comment.