Skip to content

added new EVN VARIABLES which can be used to set custom data, which… #31

added new EVN VARIABLES which can be used to set custom data, which…

added new EVN VARIABLES which can be used to set custom data, which… #31

name: Build & Push Dev Image
on:
push:
branches:
- dev
paths-ignore:
- ".**"
jobs:
update:
uses: codeshelldev/gh-actions/.github/workflows/docker-image-go.yml@main
with:
registry: ghcr.io
flavor: |
latest=false
tags: |
type=sha
type=raw,value=latest-dev
secrets:
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}