Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
segoon committed Jan 31, 2025
1 parent 9cdcb08 commit 9f1be9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-ubuntu-24.04-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
- name: Build the ubuntu-24.04-userver-base Docker image
run: |
docker buildx build \
-t ghcr.io/userver-framework/ubuntu-24.04-userver-base:${USERVER_IMAGE_TAG} \
-f scripts/docker/ubuntu-24.04-base.dockerfile \
--output type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true \
--output type=image,name=ghcr.io/userver-framework/ubuntu-24.04-userver-base:${USERVER_IMAGE_TAG},oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true,push=true \
.
docker push ghcr.io/userver-framework/ubuntu-24.04-userver-base:${USERVER_IMAGE_TAG}
- name: Build the ubuntu-24.04-userver Docker image
run: |
docker buildx build \
Expand Down

0 comments on commit 9f1be9a

Please sign in to comment.