Skip to content

Commit

Permalink
Update ci-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmylong1 authored Jan 15, 2024
1 parent 3a13086 commit 1e358a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ jobs:
docker build -t emmylong1/devops-interview:v1 .
env:
DOCKER_BUILDKIT: 1
- name: Create artifacts folder
run: mkdir -p devops-interview

- name: devops-interview
run: cd devops-interview

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: devops-interview
path: devops-interview/

- name: Push to Docker Hub
run: |
Expand Down

0 comments on commit 1e358a4

Please sign in to comment.