Skip to content

Commit

Permalink
fix: use correct default image for test docker
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
Anton Baliasnikov committed Oct 24, 2023
1 parent 2661e9d commit b3c3e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21-jdk-slim
FROM openjdk:21-jdk

RUN apt-get update && \
apt-get install --no-install-recommends --yes \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: agent-ci-ubuntu-22-jdk-11
IMAGE_NAME: ci-debian-jdk-21

jobs:
build-and-push-image:
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
context: .github/docker
push: true
tags: |
"ghcr.io/input-output-hk/${{ env.IMAGE_NAME }}:latest"
"ghcr.io/input-output-hk/${{ env.IMAGE_NAME }}:main"
"ghcr.io/hyperledger-labs/${{ env.IMAGE_NAME }}:latest"
"ghcr.io/hyperledger-labs/${{ env.IMAGE_NAME }}:main"
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b3c3e9f

Please sign in to comment.