Skip to content

fix: replace cron with artisan schedule work (#139) #92

fix: replace cron with artisan schedule work (#139)

fix: replace cron with artisan schedule work (#139) #92

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/rvm
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}