Skip to content

Commit

Permalink
Test CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Oct 1, 2024
1 parent 3d61e9d commit 580aa3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,14 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Run end-to-end tests
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_PKG: ${{ secrets.GUTHUB_CR_PAT }}
DOCKERHUB_USER: ${{ secrets.DOCKEHUB_USER }}
DOCKERHUB_PKG: ${{ secrets.DOCKEHUB_TOKEN }}
run: |
echo ${GITHUB_PKG} | docker login ghcr.io -u ${GITHUB_USER} --password-stdin
echo ${DOCKERHUB_PKG} | docker login -u ${DOCKERHUB_USER} --password-stdin
make test-e2e
- name: Build image and push master tag to ghcr.io and Docker Hub
Expand Down

0 comments on commit 580aa3d

Please sign in to comment.