Skip to content

tweaks and tricks

tweaks and tricks #622

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
- ci/reusable-workflow
tags:
- v*
jobs:
build:
uses: code4romania/.github/.github/workflows/build-push-image.yml@47ac78afc032c0a804b708c0bdcaad49b124fdc0
with:
images: ghrc.io/code4romania/website-factory
registry: ghrc.io
push_enabled: ${{ github.event_name != 'pull_request' }}
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}