Skip to content

Commit 3307fe9

Browse files
committed
bump a few actions
1 parent 547f9b0 commit 3307fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Log in to the Container registry
17-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
17+
uses: docker/login-action@v3
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}
@@ -32,7 +32,7 @@ jobs:
3232
type=semver,pattern={{major}}.{{minor}}
3333
3434
- name: Build and push Docker images
35-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
35+
uses: docker/build-push-action@v6
3636
with:
3737
context: .
3838
push: true

0 commit comments

Comments
 (0)