Skip to content

Commit

Permalink
tests: fix e2e workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
  • Loading branch information
fgiudici committed Aug 23, 2023
1 parent 4982e05 commit c480bb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ concurrency:
jobs:
push-docker:
env:
REPO: ttl.sh/elemental-operator-ci
REGISTRY_URL: ttl.sh
REPO: elemental-operator-ci
runs-on: ubuntu-latest
outputs:
chart_name: ${{ steps.chart.outputs.chart_name }}
Expand All @@ -31,7 +32,7 @@ jobs:
uses: docker/metadata-action@v4.1.1
with:
images: |
${{ env.REPO }}
${{ env.REGISTRY_URL}}/${{ env.REPO }}
tags: |
type=sha,format=short,prefix=${{ steps.export_tag.outputs.operator_tag }}-
- name: Set up Docker Buildx
Expand All @@ -52,7 +53,7 @@ jobs:
COMMITDATE=${{ steps.export_tag.outputs.commit_date }}
COMMIT=${{ github.sha }}
- name: Make chart
run: REPO=${{ env.REPO }} make chart
run: REPO=${{ env.REPO }} REGISTRY_URL=${{ env.REGISTRY_URL }} make chart
- name: Set chart output
id: chart
run: |
Expand Down

0 comments on commit c480bb3

Please sign in to comment.