We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90c83b commit 0e942fcCopy full SHA for 0e942fc
1 file changed
‎.github/workflows/CD.yml‎
@@ -9,19 +9,19 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
- name: GithubPackages Login
12
- uses: docker/login-action@v1.10.0
+ uses: docker/login-action@v1.10.0-node16
13
with:
14
registry: ghcr.io
15
username: ${{ github.actor }}
16
password: ${{ secrets.GITHUB_TOKEN }}
17
- name: Extract metadata (tags, labels) for Docker
18
id: meta
19
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v3-node16
20
21
images: ghcr.io/${{ github.repository }}
22
- name: Build and push Docker images
23
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
24
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v2-node16
25
26
context: .
27
push: true
0 commit comments