mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
checkout before run
This commit is contained in:
parent
6ab23f79d2
commit
73b0799030
2 changed files with 18 additions and 8 deletions
11
.github/workflows/build-container.yml
vendored
11
.github/workflows/build-container.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Create Container
|
||||
name: Build Container
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
|
@ -8,13 +8,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
IMAGE_NAME: isogenerator
|
||||
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}"
|
||||
|
||||
jobs:
|
||||
push-image:
|
||||
name: Build and push image
|
||||
name: Build and push container image
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -30,6 +26,9 @@ jobs:
|
|||
- version: 39
|
||||
support: latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build image
|
||||
uses: JasonN3/build-action@action
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue