Skip to content

Commit ec79275

Browse files
committed
Update frontend-docker-publish.yml
1 parent 34cd13c commit ec79275

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/frontend-docker-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,3 @@ jobs:
7171
tags: ${{ steps.meta.outputs.tags }}
7272
cache-from: type=gha
7373
cache-to: type=gha,mode=max
74-
75-
- name: Smoke test image content
76-
run: |
77-
IMG="${{ env.DOCKER_REPO }}:${IMAGE_TAG}"
78-
docker pull "$IMG"
79-
docker run --rm "$IMG" sh -lc 'test -f /usr/share/nginx/html/index.html && ls -lah /usr/share/nginx/html | head -n 50'

0 commit comments

Comments
 (0)