24 lines
598 B
YAML
Raw Normal View History

name: build
2025-01-29 14:12:09 +01:00
on: push
2025-01-29 14:10:39 +01:00
# pull_request:
# types:
# - closed
# branches:
# - main
jobs:
build:
runs-on: remote
steps:
2025-02-02 17:41:52 +01:00
- name: Checkout
uses: https://git.simonis.lol/actions/checkout@v2
2025-02-02 18:00:02 +01:00
- name: Login
uses: https://git.simonis.lol/actions/login@v2
with:
registry: git.simonis.lol
2025-02-02 18:01:40 +01:00
username: ${{ vars.DOCKER_USER }}
password: ${{ vars.DOCKER_PW }}
2025-02-02 17:41:52 +01:00
- name: Build and Push
uses: docker/build-push-action@v6
with:
2025-02-02 17:41:52 +01:00
tags: git.simonis.lol/projects/file-explorer:test
push: true