You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dfuchss edited this page Aug 2, 2025
·
2 revisions
docker.yml
Build and Publish a Docker Image
name: Docker with Pushon:
push:
branches:
- 'main'# Build the latest develop-SNAPSHOT# Allows you to run this workflow manually from the Actions tabworkflow_dispatch:
jobs:
publish:
uses: ardoco/actions/.github/workflows/docker.yml@mainwith:
image-name: "myimage"push: true