Skip to content

Commit

Permalink
ci: publish image to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
johngeorgewright committed Mar 8, 2024
1 parent 586ae54 commit 00c0e75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: Version of the runner being installed

env:
REGISTRY: dockerhub.io
REGISTRY: dockerhub
IMAGE_NAME: atom/actions-runner

jobs:
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
linux/amd64
linux/arm64
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ steps.image.outputs.version }}
${{ env.IMAGE_NAME }}:latest
build-args: |
DOCKER_HUB_PASSWORD=${{ secrets.DOCKER_HUB_PASSWORD }}
DOCKER_HUB_USERNAME=${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 00c0e75

Please sign in to comment.