Skip to content

fix: add comment to enable KEYCLOAK_URL as test suite variable when K… #20

fix: add comment to enable KEYCLOAK_URL as test suite variable when K…

fix: add comment to enable KEYCLOAK_URL as test suite variable when K… #20

Workflow file for this run

name: Build and push
on:
push:
branches:
- 'main'
jobs:
build-docker-image:
runs-on: ubuntu-20.04
env:
DOCKER_IMAGE_VERSION: 1.0.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ehrbase/integration-tests:latest