Skip to content

Commit

Permalink
WIP again
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano authored Apr 10, 2024
1 parent e8a6bf8 commit c2a26d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2a26d4

Please # to comment.