Skip to content

Commit

Permalink
push directly
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed May 2, 2024
1 parent 68a906b commit 255e184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder
docker buildx inspect --bootstrap
docker buildx install
make DOCKER_BUILDX_FLAGS="--platform linux/amd64,linux/arm64 --load" all
make DOCKER_BUILDX_FLAGS="--platform linux/amd64,linux/arm64 --push" all
make test
make push
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ python-fips-full: ## Build 'final' image which includes cryptography and xmlsec
--build-arg="CRYPTOGRAPHY_VERSION=${CRYPTOGRAPHY_VERSION}" \
--build-arg="DEBIAN_CODENAME=${DEBIAN_CODENAME}"

push:
docker push ${IMAGE_REPO}/${IMAGE_PREFIX}-debian:${DEBIAN_CODENAME}-slim-fips
docker push ${IMAGE_REPO}/${IMAGE_PREFIX}-xmlsec1:${XMLSEC_VERSION}-slim-${DEBIAN_CODENAME}-fips
docker push ${IMAGE_REPO}/${IMAGE_PREFIX}-python:${PYTHON_VERSION}-slim-${DEBIAN_CODENAME}-fips
docker push ${IMAGE_REPO}/${IMAGE_PREFIX}-python:${PYTHON_VERSION}-slim-${DEBIAN_CODENAME}-fips-full

test:
# Test that base images has OpenSSL with FIPS enabled
docker run -it --rm ${IMAGE_REPO}/${IMAGE_PREFIX}-debian:${DEBIAN_CODENAME}-slim-fips \
Expand Down

0 comments on commit 255e184

Please sign in to comment.