This commit is contained in:
parent
7f27dd42eb
commit
291473b6f9
1 changed files with 5 additions and 5 deletions
|
@ -5,14 +5,14 @@ jobs:
|
|||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc
|
||||
- name: Login to Docker registry (forgejo)
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.korhonen.cc
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue