This repository was archived by the owner on Jun 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- development
8
8
- feature/deployment-vm
9
- workflow_dispatch :
10
9
11
10
jobs :
12
11
push_to_registries :
Original file line number Diff line number Diff line change 7
7
- development
8
8
paths :
9
9
- web/**
10
- workflow_dispatch :
11
10
12
11
jobs :
13
12
push_to_registries :
@@ -19,14 +18,14 @@ jobs:
19
18
steps :
20
19
- name : Check out the repo
21
20
uses : actions/checkout@v4
22
-
21
+
23
22
- name : Log in to the Container registry
24
23
uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
25
24
with :
26
25
registry : ghcr.io
27
26
username : ${{ github.actor }}
28
27
password : ${{ secrets.GITHUB_TOKEN }}
29
-
28
+
30
29
- name : Extract metadata (tags, labels) for Docker
31
30
id : meta
32
31
uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
37
36
type=semver,pattern={{version}}
38
37
images : |
39
38
ghcr.io/${{ github.repository }}/web
40
-
39
+
41
40
- name : Build and push Docker images
42
41
uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
43
42
with :
Original file line number Diff line number Diff line change 1
1
name : Deploy Docker Images
2
2
3
3
on :
4
- workflow_dispatch :
5
4
workflow_run :
6
5
workflows :
7
6
- " Build and Push Web Docker Image"
You can’t perform that action at this time.
0 commit comments