Action for ARM
This commit is contained in:
parent
24697a7eb5
commit
002ed4f75b
1 changed files with 6 additions and 6 deletions
12
.github/workflows/arm-docker-publish.yml
vendored
12
.github/workflows/arm-docker-publish.yml
vendored
|
|
@ -3,14 +3,14 @@ name: Build ARM image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
# paths:
|
||||||
- 'Dockerfile'
|
# - 'Dockerfile'
|
||||||
- 'src/**'
|
# - 'src/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
# paths:
|
||||||
- 'Dockerfile'
|
# - 'Dockerfile'
|
||||||
- 'src/**'
|
# - 'src/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: watchyourlan
|
IMAGE_NAME: watchyourlan
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue