mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 05:02:58 -05:00
a49e9c055f
Fox spelling of bash
11 lines
No EOL
360 B
YAML
11 lines
No EOL
360 B
YAML
pipeline:
|
|
build:
|
|
image: bash
|
|
commands:
|
|
- podman build . --tag codeberg.org/dragongoose/safetwitch-backend:edge
|
|
publish:
|
|
image: bash
|
|
commands:
|
|
- podman login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD codeberg.org
|
|
- podman push codeberg.org/dragongoose/safetwitch-backend:edge
|
|
secrets: [ docker_username, docker_password ] |