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:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- 'src/**'
|
||||
# paths:
|
||||
# - 'Dockerfile'
|
||||
# - 'src/**'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- 'src/**'
|
||||
# paths:
|
||||
# - 'Dockerfile'
|
||||
# - 'src/**'
|
||||
|
||||
env:
|
||||
IMAGE_NAME: watchyourlan
|
||||
|
|
|
|||
Loading…
Reference in a new issue