Skip to content

Commit

Permalink
CI: Normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Jul 27, 2023
1 parent af195f2 commit 8acb283
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
IMAGE_REGISTRY: https://ghcr.io/${{ github.repository_owner }}
IMAGE_REGISTRY: ghcr.io/vanilla-os
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -48,12 +48,11 @@ jobs:

# Push the image to GHCR (Image Registry)
- name: Push To GHCR
uses: redhat-actions/push-to-registry@v2
id: push
uses: redhat-actions/[email protected]
with:
registry: ${{ env.IMAGE_REGISTRY }}
image: pico
tags: ${{ github.ref_name }}
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
extra-args: |
Expand Down

0 comments on commit 8acb283

Please sign in to comment.