Skip to content

Commit f8dbab0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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-node16
24+
uses: docker/build-push-action@v2
2525
with:
2626
context: .
2727
push: true

0 commit comments

Comments
 (0)