ajustes novos
This commit is contained in:
parent
64a05ff79b
commit
352a88ef98
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue