Skip to content

Commit a3852fd

Browse files
Tom LarkworthyTom Larkworthy
authored andcommitted
Switch to dockerhub
1 parent f576b12 commit a3852fd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/dockerhub.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ on:
33
release:
44
types: [published]
55

6-
env:
7-
REGISTRY: ghcr.io
8-
IMAGE_NAME: ${{ github.repository }}
9-
106
jobs:
117
build-and-push-image:
128
runs-on: ubuntu-latest
@@ -28,7 +24,7 @@ jobs:
2824
id: meta
2925
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
3026
with:
31-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
27+
images: tlarkworthy/webcode
3228

3329
- name: Build and push Docker image
3430
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc

0 commit comments

Comments
 (0)