You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/image.yaml
+8-5
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,14 @@ jobs:
27
27
id-token: write
28
28
#
29
29
steps:
30
+
31
+
# first we login
32
+
- name: Login to Docker Hub
33
+
uses: meta-introspector/login-action@v3
34
+
with:
35
+
username: ${{ vars.DOCKER_HUB_USERNAME }}
36
+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
37
+
30
38
- name: Checkout repository
31
39
uses: meta-introspector/checkout@v4
32
40
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
0 commit comments