Skip to content

Commit

Permalink
Bump build step to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez committed Mar 20, 2024
1 parent 06499e8 commit 94173f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-actions-runner-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push the container to GitHub Container Registry using the latest tag
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5.3.0
with:
context: .
file: actions-runner/Dockerfile
context: actions-runner
file: Dockerfile
platforms: |
linux/amd64
linux/arm64
Expand Down

0 comments on commit 94173f7

Please sign in to comment.