Compare commits
1 commit
81c160a50e
...
050706674a
| Author | SHA1 | Date | |
|---|---|---|---|
| 050706674a |
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ name: Docker Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main, docker ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Should speed up builds.
|
# Should speed up builds.
|
||||||
|
|
@ -83,4 +83,4 @@ jobs:
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue