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 9f1be9a commit ef2cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ubuntu-24.04-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
docker buildx build \
-f scripts/docker/ubuntu-24.04-base.dockerfile \
--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 \
--output type=image,name=ghcr.io/userver-framework/ubuntu-24.04-userver-base:${USERVER_IMAGE_TAG},oci-mediatypes=true,compression=zstd,force-compression=true,push=true \
.
- name: Build the ubuntu-24.04-userver Docker image
run: |
Expand Down

0 comments on commit ef2cd60

Please sign in to comment.