Skip to content

Commit

Permalink
Attempt bumping to latest builders
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Sep 17, 2024
1 parent c4934de commit e46360b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
# to build.
steps:
- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Docker Login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push to Docker Hub
id: hub_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
tags: compilerexplorer/clang${{ matrix.suffix }}-builder:latest
Expand Down

0 comments on commit e46360b

Please sign in to comment.