Skip to content

Commit d8c80b0

Browse files
authored
Merge pull request #8 from vsilent/testing
display the structure of downloaded artifacts
2 parents b8598e7 + d48e192 commit d8c80b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ jobs:
120120
- name: Extract app archive
121121
run: tar -zxvf app.tar.gz
122122

123+
- name: Display structure of downloaded files
124+
run: ls -R
125+
123126
- name: Docker build and publish
124-
uses: docker/build-push-action@v2
127+
uses: docker/build-push-action@v1
125128
with:
126129
username: ${{ secrets.DOCKER_USERNAME }}
127130
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)