Update the image tag
This commit is contained in:
parent
710cb08134
commit
760967211b
4
.github/workflows/mix-empanadas.yml
vendored
4
.github/workflows/mix-empanadas.yml
vendored
@ -3,7 +3,7 @@ name: Build empanada container images
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ $default-branch ]
|
branches: [ $default-branch, "devel" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ $default-branch ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -42,6 +42,6 @@ jobs:
|
|||||||
context: ./iso/empanadas
|
context: ./iso/empanadas
|
||||||
file: ./iso/empanadas/Containerfile
|
file: ./iso/empanadas/Containerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ghcr.io/neilhanlon/sig-core-toolkit:latest
|
tags: ghcr.io/rocky-linux/sig-core-toolkit:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
Loading…
Reference in New Issue
Block a user