Skip to content

Commit

Permalink
Remove image pre-pulling since it is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed May 29, 2024
1 parent cfde8de commit 06636b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
version: ${{ env.GRAALVM_VERSION }}

# TODO: Remove if bug in quarkus is fixed
- name: Pre-pull builder-image
run: |
docker pull quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.0-java17@sha256:2016d11266d8a8beb3fa76b0d12cc4399e99821afaeac32e2273d3cc1b2bda0b
- name: Build and Test
run: |
./mvnw \
Expand Down

0 comments on commit 06636b8

Please sign in to comment.