ajustes novos

This commit is contained in:
Marcus 2026-01-31 12:42:45 -03:00
parent 64a05ff79b
commit 352a88ef98

View file

@ -9,6 +9,7 @@ on:
env:
REGISTRY: pipe.gohorsejobs.com
IMAGE_NAMESPACE: bohessefm
DOCKER_API_VERSION: "1.43"
jobs:
build-and-push:
@ -18,14 +19,16 @@ jobs:
shell: sh
steps:
- name: Install git
run: apk add --no-cache git
- name: Install git and docker-cli
run: apk add --no-cache git docker-cli
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
- name: Set up Docker Buildx (compatible)
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: Login to Forgejo Registry
uses: docker/login-action@v3