Skip to content

Commit

Permalink
Bump GitHub Action versions
Browse files Browse the repository at this point in the history
jlumbroso/free-disk-space from v1.3.0 to v1.3.1
docker/build-push-action from v5 to v6
  • Loading branch information
rubensa committed Jul 11, 2024
1 parent f105cef commit cc7ce76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# https://github.com/jlumbroso/free-disk-space
- name: Free Disk Space (Ubuntu)
if: ${{ inputs.FREE_RUNNER_DISK_SPACE_BEFORE_BUILD }}
uses: jlumbroso/[email protected].0
uses: jlumbroso/[email protected].1

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# https://github.com/actions/checkout
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
context: .
file: Dockerfile
platforms: ${{ inputs.DOCKER_IMAGE_PLATFORMS }}
builder: ${{ steps.buildx.outputs.name }}
push: true
Expand Down

0 comments on commit cc7ce76

Please sign in to comment.