Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Aug 26, 2024
1 parent 7dd6bc9 commit e684ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
overwrite: true

- name: Log in to the Container registry
if: github.event_name != 'pull_request'
if: false
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build and push (server)
if: github.event_name != 'pull_request'
if: false
uses: docker/[email protected]
with:
context: ./docker
Expand Down

0 comments on commit e684ae2

Please sign in to comment.