ci: fuckin push to the right image
All checks were successful
build / build (push) Successful in 32s

This commit is contained in:
Viktor Varland 2025-04-14 21:14:51 +02:00
parent 6ea8b43b0d
commit 458f79ca4b
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -1,5 +1,5 @@
name: build name: build
run-name: ${{ gitea.actor }} is building base-alpine run-name: ${{ gitea.actor }} is building baseimage-alpine
on: on:
push: push:
branches: branches:
@ -11,5 +11,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: podman login --username registry --password ${{ secrets.MEATBAG_REGISTRY_TOKEN }} registry.meatbag.se - run: podman login --username registry --password ${{ secrets.MEATBAG_REGISTRY_TOKEN }} registry.meatbag.se
- run: podman build -t meatbag/base-alpine:latest . - run: podman build -t meatbag/baseimage-alpine:latest .
- run: podman push meatbag/base-alpine registry.meatbag.se/meatbag/base-alpine - run: podman push meatbag/baseimage-alpine registry.meatbag.se/meatbag/baseimage-alpine