Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Wrong folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Nov 23, 2023
1 parent e08fbd1 commit c58cfc0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

pull_request:
branches:
- main

workflow_dispatch:

jobs:
Expand All @@ -25,6 +29,7 @@ jobs:

- name: Login to quay.io
run: buildah login --username ${{ secrets.QUAY_USER }} --password ${{ secrets.QUAY_PASSWORD }} quay.io
if: ${{ github.event_name == 'push' }}

- name: Build
id: build
Expand All @@ -38,5 +43,5 @@ jobs:
context: ${{ env.dir }}

- name: Push To quay.io
#run: buildah manifest push --all ${{ steps.build.outputs.image-with-tag }} docker://${{ steps.build.outputs.image-with-tag }}
run: buildah push ${{ steps.build.outputs.image-with-tag }} docker://${{ steps.build.outputs.image-with-tag }}
if: ${{ github.event_name == 'push' }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c58cfc0

Please sign in to comment.