We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212ea1d commit a326c59Copy full SHA for a326c59
1 file changed
.github/workflows/bica-ci.yml
@@ -139,7 +139,7 @@ jobs:
139
run: |
140
ls -lh ./backups
141
tar -xzf ./backups/*.tar.gz -C ./backups
142
- head -40 ./backups/db_backup.sql
+ cat ./backups/db_backup.sql
143
144
- name: Cleanup
145
@@ -289,7 +289,8 @@ jobs:
289
- name: Extract decrypted tarball and show pg_dump head
290
291
292
293
+
294
295
docker-publish:
296
name: Push to Docker Hub
0 commit comments