Skip to content

Commit

Permalink
update containter workflok fix functional test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 22, 2024
1 parent 8a7dd70 commit c86f74f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [ "main" ]
tags: [ "v*" ]
pull_request:
branches:
- 'main'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand All @@ -19,7 +22,6 @@ jobs:
permissions:
contents: read
packages: write
#
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -44,6 +46,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/admin_tests/merge_responses_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dgate-cli route create \
preserveHost:=true \
namespace=test-ns

--fail-with-body ${PROXY_URL}/hello -H Host:test.com
curl -s --fail-with-body ${PROXY_URL}/hello -H Host:test.com

echo "Merge Responses Test Passed"

0 comments on commit c86f74f

Please sign in to comment.