We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f576b12 commit a3852fdCopy full SHA for a3852fd
1 file changed
.github/workflows/dockerhub.yaml
@@ -3,10 +3,6 @@ on:
3
release:
4
types: [published]
5
6
-env:
7
- REGISTRY: ghcr.io
8
- IMAGE_NAME: ${{ github.repository }}
9
-
10
jobs:
11
build-and-push-image:
12
runs-on: ubuntu-latest
@@ -28,7 +24,7 @@ jobs:
28
24
id: meta
29
25
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
30
26
with:
31
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
27
+ images: tlarkworthy/webcode
32
33
- name: Build and push Docker image
34
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
0 commit comments