Compare commits
6 Commits
246dc298e6
...
main
Author | SHA1 | Date | |
---|---|---|---|
61b83b85d4 | |||
72d26206fa | |||
5e690d52e2 | |||
c57dcd24bf | |||
be9aea31d9 | |||
d6123836cf |
@ -1,7 +1,7 @@
|
|||||||
name: Deploy Container Image to Registry
|
name: Deploy Container Image to Registry
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * *
|
- cron: 0 1 * * 1
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@ -43,6 +43,7 @@ jobs:
|
|||||||
pull: false
|
pull: false
|
||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
provenance: false
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ steps.meta.outputs.VERSION }}
|
VERSION=${{ steps.meta.outputs.VERSION }}
|
||||||
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
||||||
@ -84,6 +85,7 @@ jobs:
|
|||||||
pull: false
|
pull: false
|
||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
provenance: false
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ steps.meta.outputs.VERSION }}
|
VERSION=${{ steps.meta.outputs.VERSION }}
|
||||||
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
||||||
|
Reference in New Issue
Block a user