Skip to content

Commit

Permalink
Test workflow for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Oct 30, 2022
1 parent 8bf4a25 commit 5a38eab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: Build and Push Docker Image for E2E Test
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc

# - 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc
branches:
- 'ducnt/e2e'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 5a38eab

Please sign in to comment.