This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- insanity
|
||||
|
||||
jobs:
|
||||
build_and_publish_docker_image:
|
||||
@@ -13,9 +14,6 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -27,4 +25,4 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: git.marinodev.com/drake/java-21-dev-yolk:latest
|
||||
tags: git.marinodev.com/drake/moni-live-yolk-${{ github.ref_name }}:latest
|
||||
|
||||
Reference in New Issue
Block a user