Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
remove temp push logic for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Aug 10, 2024
1 parent 8cb4952 commit 41db32f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Login into GitHub Container Registry except on PR
- name: Log into registry ${{ env.REGISTRY }}
# if: github.event_name != 'pull_request' TODO: remove this line
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
Expand All @@ -59,8 +59,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true # TODO: remove this line
# push: ${{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
context: .
dockerfile: ./Dockerfile

0 comments on commit 41db32f

Please sign in to comment.