From c2a26d416c769ed580bbcef50c12a1f10c881019 Mon Sep 17 00:00:00 2001 From: Juliano Mohr <1110178+juliaaano@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:48:19 +0100 Subject: [PATCH] WIP again --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7061b25..3a182d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,12 @@ jobs: - name: set datetime run: | echo "datetime=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV + - name: log in registry.redhat.io + uses: redhat-actions/podman-login@v1 + with: + registry: registry.redhat.io + username: ${{ secrets.REGISTRY_REDHAT_IO_USER }} + password: ${{ secrets.REGISTRY_REDHAT_IO_PASSWORD }} - name: build image id: build-image uses: redhat-actions/buildah-build@v2