Skip to content

Commit

Permalink
Switch to new version of docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kajinamit committed Aug 15, 2024
1 parent 269e5c9 commit 135ad41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pifpaf-ci-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pifpaf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo chown -R 1000:1000 $GITHUB_WORKSPACE
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down

0 comments on commit 135ad41

Please sign in to comment.