Skip to content

Commit

Permalink
Revert "build: push pull request images to ghcr.io"
Browse files Browse the repository at this point in the history
This reverts commit a8353e3.
  • Loading branch information
plexoos committed Aug 2, 2024
1 parent 34cf9ac commit 9c43430
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,12 @@ jobs:
- name: Set up docker
uses: docker/setup-buildx-action@v3

- name: Login to GitHub container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v5
with:
context: .
tags: ${{ env.IMAGE_NAME }}:${{ env.TAG }}
load: true
push: true
cache-from: |
type=local,src=/home/runner/.buildx-cache
type=registry,ref=${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit 9c43430

Please sign in to comment.