Skip to content

Commit

Permalink
ww
Browse files Browse the repository at this point in the history
  • Loading branch information
segoon committed Jan 27, 2025
1 parent 31c08e3 commit b4547ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 build -t ghcr.io/userver-framework/ubuntu-24.04-userver-base:${USERVER_IMAGE_TAG} -f scripts/docker/ubuntu-24.04-base.dockerfile .
docker push ghcr.io/userver-framework/ubuntu-24.04-userver-base:${USERVER_IMAGE_TAG}
- name: Build the ubuntu-22.04-userver Docker image
- name: Build the ubuntu-24.04-userver Docker image
run: |
docker build -t ghcr.io/userver-framework/ubuntu-24.04-userver:${USERVER_IMAGE_TAG} -f scripts/docker/ubuntu-24.04-userver.dockerfile .
docker push ghcr.io/userver-framework/ubuntu-24.04-userver:${USERVER_IMAGE_TAG}
2 changes: 1 addition & 1 deletion scripts/docker/ubuntu-24.04-userver.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/userver-framework/ubuntu-22.04-userver-base:latest
FROM ghcr.io/userver-framework/ubuntu-24.04-userver-base:latest

# The Dockerfile contains:
# * all userver build dependencies
Expand Down

0 comments on commit b4547ef

Please sign in to comment.