Skip to content

Commit 5f63a9e

Browse files
committed
gh-actions: docker buildkit latest versions
1 parent 8f165d9 commit 5f63a9e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ghcr.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: 🔐 Login
34-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+
uses: docker/login-action@v3.6.0
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: 🏷️ Metadata
4141
id: meta
42-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
42+
uses: docker/metadata-action@v5.9.0
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545

4646
- name: 🛠 Build
4747
id: push
48-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
48+
uses: docker/build-push-action@v6.18.0
4949
with:
5050
context: .
5151
file: ./node.Dockerfile
@@ -77,21 +77,22 @@ jobs:
7777
fetch-depth: 0
7878

7979
- name: 🔐 Login
80-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
80+
uses: docker/login-action@v3.6.0
8181
with:
8282
registry: ${{ env.REGISTRY }}
8383
username: ${{ github.actor }}
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: 🏷️ Metadata
8787
id: meta
88-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
88+
uses: docker/metadata-action@v5.9.0
8989
with:
9090
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_BUN }}
9191

9292
- name: 🛠 Build
93+
# imageid (string), digest (string), metadata (json)
9394
id: push
94-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
95+
uses: docker/build-push-action@v6.18.0
9596
with:
9697
context: .
9798
file: ./bun.Dockerfile

0 commit comments

Comments
 (0)