Skip to content

Bump docker/login-action from 3 to 4 (#66) #60

Bump docker/login-action from 3 to 4 (#66)

Bump docker/login-action from 3 to 4 (#66) #60

name: docker-elasticsearch-stack
on:
push:
branches: ['**']
tags: ['v*.*.*']
pull_request:
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
jobs:
elasticsearch:
uses: ./.github/workflows/_docker_template.yml
with:
image: cogstacksystems/elasticsearch
context: services/elasticsearch
dockerfile: services/elasticsearch/Dockerfile_native
cache_scope: elasticsearch
secrets: inherit
kibana:
uses: ./.github/workflows/_docker_template.yml
with:
image: cogstacksystems/kibana
context: services/kibana
dockerfile: services/kibana/Dockerfile_native
cache_scope: kibana
secrets: inherit