Merge branch 'main' into insanity
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 28s
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 28s
This commit is contained in:
commit
bf2a5817b9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user