Skip to content

Commit b18fbb7

Browse files
committed
chore: upgrade GitHub Actions from Node 20 to Node 24
1 parent 62ac0f2 commit b18fbb7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ jobs:
1717
contents: read
1818
packages: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
- name: Log in to the Container registry
22-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
22+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Extract metadata (tags, labels) for Docker
2828
id: meta
29-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
29+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
3030
with:
3131
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3232
tags: |
3333
type=sha,prefix=server_only-,format=short
3434
type=raw,prefix=server_only-,value=latest
3535
- name: Build and push Docker server_only image
36-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
36+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
3737
with:
3838
context: publisher/server_only
3939
push: true
@@ -46,23 +46,23 @@ jobs:
4646
contents: read
4747
packages: write
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050
- name: Log in to the Container registry
51-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
51+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ github.actor }}
5555
password: ${{ secrets.GITHUB_TOKEN }}
5656
- name: Extract metadata (tags, labels) for Docker
5757
id: meta
58-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
58+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
5959
with:
6060
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6161
tags: |
6262
type=sha,prefix=standard-,format=short
6363
type=raw,prefix=standard-,value=latest
6464
- name: Build and push Docker standard image
65-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
65+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
6666
with:
6767
context: publisher/standard
6868
push: true
@@ -75,23 +75,23 @@ jobs:
7575
contents: read
7676
packages: write
7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7979
- name: Log in to the Container registry
80-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
80+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
8181
with:
8282
registry: ${{ env.REGISTRY }}
8383
username: ${{ github.actor }}
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585
- name: Extract metadata (tags, labels) for Docker
8686
id: meta
87-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
87+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
8888
with:
8989
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9090
tags: |
9191
type=sha,prefix=reverse-proxy-,format=short
9292
type=raw,prefix=reverse-proxy-,value=latest
9393
- name: Build and push Docker reverse-proxy image
94-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
94+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
9595
with:
9696
context: tools/reverse-proxy
9797
file: Dockerfile

0 commit comments

Comments
 (0)