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

Commit

Permalink
Fixed incorrect env value
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZanatta committed Jul 15, 2024
1 parent ae21abc commit d5aeb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
REGISTRY: registry.snakectf.org
REGISTRY: ghcr.io
TAG: latest

jobs:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Login to Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d5aeb89

Please sign in to comment.