Skip to content

Commit 243f50a

Browse files
author
Irene Busah
committed
Updated the yaml file
1 parent d936466 commit 243f50a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
branches: [main]
88

99
jobs:
10+
dockerbuild:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Build the Docker Image
15+
run: docker build . --file Dockerfile --tag workflow-test:$(date +%s)
16+
1017
build-and-test:
1118
runs-on: ubuntu-latest
1219

0 commit comments

Comments
 (0)