Skip to content

Commit

Permalink
fix: Remove image from container image name
Browse files Browse the repository at this point in the history
Before:

    ghcr.io/vshn/clamav-image:xxx

After

    ghcr.io/vshn/clamav:xxx

Signed-off-by: Manuel Hutter <[email protected]>
  • Loading branch information
mhutter committed Aug 22, 2024
1 parent 59ab833 commit ed682ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build & Push Container Image
on:
push:
branches:
- main
- main
tags:
- "v*"
pull_request: {}

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

jobs:
# Push image to GitHub Packages.
Expand Down

0 comments on commit ed682ed

Please sign in to comment.