Skip to content

Commit

Permalink
Added debug to list files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaxii committed Jul 10, 2024
1 parent 98a4ae5 commit 5cab3a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,23 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Debug - List files in context
run: |
ls -la
- name: Debug - List files in temporary directory
run: |
ls -la "$temp_dir"
- name: Build and push Docker image
id: build
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
platforms: linux/arm64
load: true
push: true
load: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/vow-website:latest

- name: Copy docker-compose.yml to Oracle Cloud
Expand Down

0 comments on commit 5cab3a4

Please sign in to comment.