mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): use dockerhub
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./cd-test
|
context: ./cd-test
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${{ secrets.DOCKER_USER }}/cd-test:latest
|
tags: ${{ secrets.DOCKER_USER }}/cd-test:latest
|
||||||
|
|
||||||
- name: Get image digest
|
- name: Get image digest
|
||||||
# docker/build-push-action outputs `digest` automatically
|
# docker/build-push-action outputs `digest` automatically
|
||||||
|
|||||||
Reference in New Issue
Block a user