We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2a3ac commit feddc90Copy full SHA for feddc90
.github/workflows/docker.yml
@@ -7,7 +7,6 @@ on:
7
branches: [ master, main ]
8
9
env:
10
- REGISTRY: docker.io
11
IMAGE_NAME: ${{ github.repository }}
12
13
jobs:
@@ -28,15 +27,14 @@ jobs:
28
27
if: github.event_name != 'pull_request'
29
uses: docker/login-action@v3
30
with:
31
- registry: ${{ env.REGISTRY }}
32
username: ${{ secrets.DOCKER_USER }}
33
password: ${{ secrets.DOCKER_PASS }}
34
35
- name: Extract metadata (tags, labels) for Docker
36
id: meta
37
uses: docker/metadata-action@v5
38
39
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ images: ${{ env.IMAGE_NAME }}
40
tags: |
41
type=ref,event=branch
42
type=ref,event=pr
0 commit comments