Skip to content

Commit

Permalink
Update action versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 26, 2025
1 parent 95f5316 commit 54934dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
tags:
- ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/login-action@v2
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/setup-qemu-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.SWIFTWASM_PERSONAL_TOKEN }}
- name: Push ${{ matrix.dockerfile }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platforms }}
context: .
Expand Down

0 comments on commit 54934dc

Please sign in to comment.