feat: add GitHub Actions workflow for running builds on Windows
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
11
.github/workflows/docker-image-linux.yml
vendored
11
.github/workflows/docker-image-linux.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: Create and publish a Docker image for Linux
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
tags:
|
||||
- 'v*.*' # Run only when version tags are pushed
|
||||
release:
|
||||
types: [created]
|
||||
- 'v*.*'
|
||||
workflow_dispatch: # Keep manual trigger for testing
|
||||
|
||||
env:
|
||||
@@ -41,9 +42,7 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=semver,pattern={{gitea.ref_name}}
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build and push both architectures
|
||||
|
||||
Reference in New Issue
Block a user