Skip to content

refactor(docker): remove redundant WORKDIR instruction in runner stage #52

refactor(docker): remove redundant WORKDIR instruction in runner stage

refactor(docker): remove redundant WORKDIR instruction in runner stage #52

name: Continuous Delivery
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/**'
- 'Dockerfile'
- '.github/workflows/continuous-delivery.yml'
- 'package.json'
permissions:
contents: read
env:
HUSKY: 0
jobs:
publish:
name: Publish Ring Latest image to GHCR
uses: wolfstar-project/.github/.github/workflows/reusable-publish-image.yml@main
secrets: inherit
with:
enablePlatforms: true
platforms: >-
[{"platform": "linux/amd64", "runner": "ubuntu-latest"}, {"platform": "linux/arm64", "runner": "ubuntu-latest"}]