Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Feb 1, 2025
1 parent cce540a commit 581c093
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: "Publish to the GitHub Container registry"

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

on:
workflow_dispatch:
push:
branches:
- main
tags:
- "*/v*.*.*"

Expand Down Expand Up @@ -39,4 +36,4 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: docker push wiilink/documentation
- run: docker push ${{ env.REGISTRY }}/wiilink/documentation

0 comments on commit 581c093

Please sign in to comment.