Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 25, 2024
1 parent e6de544 commit 41f0e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: willb97/pyapriltags

jobs:
build-image:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Generate release version
id: release_version
run: |
echo "WHEEL_VERSION=$IMAGE_NAME:$(git describe --tags --always)" >> "$GITHUB_OUTPUT"
echo "WHEEL_VERSION=ghcr.io/$IMAGE_NAME:$(git describe --tags --always)" >> "$GITHUB_OUTPUT"
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
Expand All @@ -32,7 +32,7 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
Expand Down

0 comments on commit 41f0e61

Please sign in to comment.