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 ce88832 commit b92b170
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
docker build -t emmylong1/devops-interview:v1 .
env:
DOCKER_BUILDKIT: 1
- name: Create artifacts folder
run: mkdir -p devops-interview

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

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

0 comments on commit b92b170

Please sign in to comment.