Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

docker-tag

docker-tag #864

Workflow file for this run

name: docker-tag
on:
schedule:
- cron: '42 0 * * 0,2,3,4,5,6'
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Set docker credentials
uses: crazy-max/ghaction-docker-login@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Push new docker image
run: make docker-push-dow