fix auto job run on main
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m40s

This commit is contained in:
Dmitri 2026-04-11 21:34:01 +02:00
parent 852aba641e
commit 9cc8ad3873
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7

View File

@ -1,14 +1,15 @@
# TODO: add a versioning system for the docker images pushed to this repo
name: Build and Push Docker Image name: Build and Push Docker Image
# on: on:
# push: push:
# branches: branches:
# - main - main
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4