Merge pull request #321 from tawoe/upstream_develop

update container pipeline
This commit is contained in:
tawoe 2023-04-18 12:28:30 +02:00 committed by GitHub
commit efc9cb267d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39
FROM registry.access.redhat.com/ubi9/python-39:latest
USER root
RUN dnf update -y
RUN dnf install python3-psycopg2 -y

View File

@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39 AS builder
FROM registry.access.redhat.com/ubi9/python-39:latest AS builder
USER 0
RUN dnf update -y
RUN dnf install python3-psycopg2 -y

View File

@ -7,7 +7,7 @@ on:
- completed
env:
## Sets environment variable
DOCKER_HUB_ORGANIZATION: tawoe
DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION }}
DOCKER_HUB_REPOSITORY: api-manager