Skip to content

Commit

Permalink
cicd: merge docker build with credentials store
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 7, 2024
1 parent d5aa4fe commit 952d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: |
mkdir ./keys
echo '${{ secrets.CREDENTIALS }}' > ./keys/credentials.json
- name: Build Docker Image
run: |
ls
ls ./keys
docker build -t chefies-backend .
- name: Save Docker Image as TAR File
run: |
Expand Down

0 comments on commit 952d799

Please sign in to comment.