set image tags (#653)
Reviewed-on: #653 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
a65abe6236
commit
7169c251d3
3 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,6 @@ steps:
|
|||
commands:
|
||||
- ansible-lint --version
|
||||
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||
- cat ./vault-pass.yml #debug
|
||||
- ansible-galaxy install -r requirements.yml
|
||||
- ansible-lint --force-color --format pep8
|
||||
when:
|
||||
|
@ -16,4 +15,4 @@ steps:
|
|||
- tag
|
||||
secrets:
|
||||
- source: vault-pass # name des Secrets in Woodpecker/GUI
|
||||
target: vaultpass # lower-case Name der variable zur Verwendung in dem CI-File, wird dann so genutzt $${VAULTPASS}
|
||||
target: vaultpass # lower-case Name der Variable zur Verwendung in dem CI-File, wird dann so genutzt $${VAULTPASS}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
httpd-registry:
|
||||
container_name: "httpd-registry"
|
||||
image: httpd:bullseye
|
||||
image: httpd:2.4.58
|
||||
restart: always
|
||||
volumes:
|
||||
- uploads:/usr/local/apache2/htdocs/
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
######## Miniflux ########
|
||||
miniflux:
|
||||
container_name: "mf-frontend"
|
||||
image: miniflux/miniflux:latest
|
||||
image: ghcr.io/miniflux/miniflux:2.0.51
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Reference in a new issue