Commit cee8552a authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

Update e2e workflow

parent 72432649
...@@ -3,6 +3,7 @@ name: Run E2E tests k8s ...@@ -3,6 +3,7 @@ name: Run E2E tests k8s
on: on:
push: push:
tags: tags:
- '*'
# pull_request_review: # pull_request_review:
# types: [submitted] # types: [submitted]
workflow_dispatch: workflow_dispatch:
...@@ -38,8 +39,6 @@ jobs: ...@@ -38,8 +39,6 @@ jobs:
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: ghcr.io/blockscout/frontend images: ghcr.io/blockscout/frontend
tags: |
type=ref,event=tag
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment