Update the image tag

This commit is contained in:
Neil Hanlon 2022-06-28 10:10:30 -04:00
parent 710cb08134
commit 760967211b
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build empanada container images
on:
push:
branches: [ $default-branch ]
branches: [ $default-branch, "devel" ]
pull_request:
branches: [ $default-branch ]
workflow_dispatch:
@ -42,6 +42,6 @@ jobs:
context: ./iso/empanadas
file: ./iso/empanadas/Containerfile
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-to: type=gha,mode=max