We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572183d commit da801b8Copy full SHA for da801b8
1 file changed
.github/workflows/docker.yml
@@ -3,8 +3,7 @@ name: Docker Image
3
on:
4
push:
5
branches: [ development ]
6
- pull_request:
7
- branches: [ development ]
+
8
jobs:
9
push_to_registries:
10
name: Push Docker image to multiple registries
@@ -22,14 +21,14 @@ jobs:
22
21
# with:
23
# username: ${{ secrets.DOCKER_USERNAME }}
24
# password: ${{ secrets.DOCKER_TOKEN }}
25
-
26
- name: Log in to the Container registry
27
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
28
with:
29
registry: ghcr.io
30
username: ${{ github.actor }}
31
password: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Extract metadata (tags, labels) for Docker
34
id: meta
35
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
0 commit comments