ci: fuckin push to the right image
All checks were successful
build / build (push) Successful in 32s
All checks were successful
build / build (push) Successful in 32s
This commit is contained in:
parent
6ea8b43b0d
commit
458f79ca4b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue