Skip to content

Commit a3ff38f

Browse files
committed
⬆️ upgrade gh actions
1 parent 1a149b3 commit a3ff38f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v1
17+
uses: docker/setup-buildx-action@v3
1818

1919
- name: Log in to GitHub Container Registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and push Docker image
27-
uses: docker/build-push-action@v2
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
push: true

0 commit comments

Comments
 (0)