Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go 1.21, default.pgo, alpine + ubuntu-22.04/20.04 images #469

Merged
merged 16 commits into from
Aug 14, 2023
Prev Previous commit
Next Next commit
Try to fix CI
  • Loading branch information
vadimalekseev committed Aug 13, 2023
commit 70f327dd86471c5ee0d260a62177fd9a4d804e99
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
build-args: |
VERSION=${{ steps.set-version.outputs.VERSION }}
APP_IMAGE=${{ matrix.image.name }}
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:$GITHUB_REF_NAME${{ matrix.image.suffix }}
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ env.GITHUB_REF_NAME }}${{ matrix.image.suffix }}