Skip to content

Commit 2b2e641

Browse files
committed
Added release workflow.
1 parent e55a4b3 commit 2b2e641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Set up Docker
1717
uses: docker/setup-qemu-action@v3
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
2020
- name: Login to GitHub Container Registry
21-
uses: docker/login-action@v2
21+
uses: docker/login-action@v3
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Build and push
27-
uses: docker/build-push-action@v2
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
file: ./Dockerfile

0 commit comments

Comments
 (0)