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:
Michael Grote 2024-01-26 16:46:50 +01:00 committed by mg
parent a65abe6236
commit 7169c251d3
3 changed files with 3 additions and 4 deletions

View file

@ -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}

View file

@ -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/

View file

@ -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