Skip to content

Merge branch 'develop' into dependabot/ground_work #19

Merge branch 'develop' into dependabot/ground_work

Merge branch 'develop' into dependabot/ground_work #19

Workflow file for this run

name: Publish docker images
on:
push:
branches:
- 'docker/*'
- dependabot/*
jobs:
docker_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker file push
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: antaresrte/rte-antares
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
workdir: docker
dockerfile: centos7-basic-requirements
cache: true
tags: centos7-simulator-no-deps