Compare commits
No commits in common. "cbf9b530fd40f76fe19dcfdc6e862ed26f655ff6" and "ba7499af83391b2a401868ee0828fdf6dc3b18c0" have entirely different histories.
cbf9b530fd
...
ba7499af83
|
|
@ -1,6 +1,4 @@
|
||||||
platform: 'linux/amd64'
|
platform: 'linux/amd64'
|
||||||
branches:
|
|
||||||
exclude: [main]
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ pipeline:
|
||||||
repo: 'chewingbever/site'
|
repo: 'chewingbever/site'
|
||||||
tag:
|
tag:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
mtu: 1300
|
|
||||||
secrets:
|
secrets:
|
||||||
- 'docker_username'
|
- 'docker_username'
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
platform: 'linux/amd64'
|
platform: 'linux/amd64'
|
||||||
branches:
|
|
||||||
exclude: [main]
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue