Skip to content

Commit

Permalink
Ignore README.md and LICENSE in Docker workflow, attempt to fix podman
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 6, 2024
1 parent 5337669 commit 7528dd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- cron: "15 14 * * *"
push:
branches: ["main"]
paths-ignore:
- "README.md"
- "LICENSE"
- base-standalone/**
pull_request:
branches: ["main"]
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/podman-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: |
base-standalone/Containerfile
image: ghcr.io/ultramarine-linux/base-standalone-bootc
tags: 41 latest
context: base-standalone
Expand Down

0 comments on commit 7528dd3

Please sign in to comment.