Skip to content

Commit

Permalink
define registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Dletta committed Jul 31, 2024
1 parent 4bb921c commit 8b6f4ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
TAG_NAME:
description: 'Release Version Tag (0.0.0)'
required: true

permissions:
actions: write
packages: write
Expand All @@ -27,7 +26,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3.1.0
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8b6f4ba

Please sign in to comment.