Added example compose for a tailscale deployment
Container image / image (push) Successful in 3m36s
Release / release (push) Successful in 4m7s

This commit is contained in:
2026-05-15 02:01:01 +00:00
parent 3453bf5ec7
commit b029c0a25d
3 changed files with 40 additions and 3 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ name: Container image
on:
push:
branches:
- '**'
- "**"
tags:
- 'v*'
- "v*"
pull_request:
permissions:
@@ -108,7 +108,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}