Skip to content

Commit

Permalink
Merge pull request #28766: Fix dockerhub task
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored Oct 2, 2023
2 parents bf1e829 + 5fd870e commit 282d027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
ref: "v${{ github.event.inputs.RELEASE }}-RC${{ github.event.inputs.RC }}"
repository: apache/beam
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1
uses: jlumbroso/free-disk-space@v1.3.0
- name: Install Java 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 282d027

Please sign in to comment.