mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-21 09:42:18 +00:00
start updating workflow
This commit is contained in:
parent
81f918ed38
commit
b76a28a65f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- "main"
|
||||
- "v*.*.*"
|
||||
paths:
|
||||
- "images/tailscale/**"
|
||||
- "image/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Get the repositery's code
|
||||
# Get the repository's code
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: images/tailscale/.
|
||||
context: image/.
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue