🔧 Build on every push for now
/ Create and publish a Docker image (push) Failing after 4s Details

This commit is contained in:
Maxim Lebedev 2023-11-03 22:49:41 +06:00
parent c134b6ef1e
commit e323fc9892
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 10 deletions

View File

@ -1,14 +1,5 @@
---
name: Create and publish a Docker image
on:
publish:
branches:
- master
- develop
- release
push:
tags:
- v*
on: [push]
env:
REGISTRY: source.toby3d.me
@ -17,6 +8,7 @@ env:
jobs:
build-image:
runs-on: ubuntu-latest
name: "Create and publish a Docker image"
env:
DOCKER_USERNAME: toby3d
steps: