Skip to content

Commit 3aaa656

Browse files
committed
ci: update image builder actions
1 parent 1aa4e03 commit 3aaa656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
tags-ignore:
12-
- "**" # Ignore all tags
12+
- "**"
1313
workflow_dispatch:
1414

1515
permissions:
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Log in to GitHub Container Registry
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: Build and push image
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v5
3838
with:
3939
context: .
4040
file: ./docker/Dockerfile

0 commit comments

Comments
 (0)