Features/buildah build #159

Merged
metal3d merged 4 commits from features/buildah-build into master 2025-08-13 08:20:49 +00:00
Showing only changes of commit 4bd3b8ac8b - Show all commits

View File

@@ -38,6 +38,6 @@ jobs:
- name: Push image
run: |-
buildah login $REGISTRY -u ${{ github.actor }} -p ${{ secret.GITHUB_TOKEN }}
buildah login $REGISTRY -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
buildah push $REGISTRY/${IMAGE_NAME,,}:$VERSION
buildah push $REGISTRY/${IMAGE_NAME,,}:latest