Skip to content

Commit

Permalink
Test ghcr upload with own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Sep 12, 2023
1 parent f57472d commit 0f809ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}/e2e-tests-sink
IMAGE_NAME: muralov/eventing-manager/e2e-tests-sink
E2E_SINK_DIR: hack/e2e/sink

on:
Expand Down Expand Up @@ -74,9 +74,9 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ${{ env.E2E_SINK_DIR }}
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
load: ${{ github.event_name == 'pull_request' }}
# load: ${{ github.event_name == 'pull_request' }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 0f809ea

Please sign in to comment.