Skip to content

Commit 0e942fc

Browse files
🚨 switch to node 16
1 parent c90c83b commit 0e942fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/CD.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: GithubPackages Login
12-
uses: docker/login-action@v1.10.0
12+
uses: docker/login-action@v1.10.0-node16
1313
with:
1414
registry: ghcr.io
1515
username: ${{ github.actor }}
1616
password: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Extract metadata (tags, labels) for Docker
1818
id: meta
19-
uses: docker/metadata-action@v3
19+
uses: docker/metadata-action@v3-node16
2020
with:
2121
images: ghcr.io/${{ github.repository }}
2222
- name: Build and push Docker images
2323
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
24-
uses: docker/build-push-action@v2
24+
uses: docker/build-push-action@v2-node16
2525
with:
2626
context: .
2727
push: true

0 commit comments

Comments
 (0)