forked from Mario1159/osic-stacks
Fix indentation
This commit is contained in:
parent
6461462cdd
commit
375ba8da2b
@ -1,29 +1,29 @@
|
|||||||
name: release
|
name: release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dockerbuild:
|
dockerbuild:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Authentication
|
- name: Authentication
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.1159.cl
|
registry: git.1159.cl
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build desktop base
|
- name: Build desktop base
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: git.1159.cl/mario1159/osicstacks-base-desktop:latest
|
tags: git.1159.cl/mario1159/osicstacks-base-desktop:latest
|
||||||
context: .
|
context: .
|
||||||
file: ./base/desktop.Dockerfile
|
file: ./base/desktop.Dockerfile
|
Loading…
Reference in New Issue
Block a user