Skip to content

testing done -> remove test file #10

testing done -> remove test file

testing done -> remove test file #10

name: Build & Push Dev Image
on:
push:
branches:
- dev
paths-ignore:
- ".**"
jobs:
update:
uses: codeshelldev/gh-actions/.github/workflows/docker-image.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 }}