Skip to content

Commit d4f934a

Browse files
Add pipe to docker-images yml
1 parent fadeb8a commit d4f934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Build and push Docker Image
12-
run:
12+
run: |
1313
docker login ghcr.io --username JuanPabloFrersCampos --password ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
1414
docker build . -t ghcr.io/juanpablofrerscampos/portfolio-tracker
1515
docker push ghcr.io/juanpablofrerscampos/portfolio-tracker

0 commit comments

Comments
 (0)