Skip to content

tweaky tweak

tweaky tweak #5

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
- tamariei/build2
tags:
- v*
jobs:
build:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: ghcr.io/code4romania/redirectioneaza
registry: ghcr.io
context: ./
dockerfile: ./docker/dockerfiles/Dockerfile
tags: |
type=edge
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
secrets:
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}