Skip to content

Commit

Permalink
Update docker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoutigeWolf authored Jan 5, 2025
1 parent 0abfb25 commit f8e6522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: List files in the current working directory
run: |
ls -R
- name: Build and push to local registry
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit f8e6522

Please sign in to comment.