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 83b73a7 commit 2f910faCopy full SHA for 2f910fa
1 file changed
.github/workflows/buildx.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Buildx
40
uses: ./.github/actions/build
41
with:
42
- is_dockerhub_pushed: '1'
+ is_dockerhub_pushed: "1"
43
docker_password: ${{ secrets.DOCKER_PASSWORD }}
44
repository_owner: ${{ github.repository_owner }}
45
repository: ${{ github.repository }}
@@ -75,6 +75,12 @@ jobs:
75
- name: Checkout
76
uses: actions/checkout@v4
77
78
+ - name: Login to Docker Hub
79
+ uses: docker/login-action@v3.0.0
80
+ with:
81
+ username: teslamate
82
+ password: ${{ secrets.DOCKER_PASSWORD }}
83
+
84
- uses: ./.github/actions/grafana
85
86
tags: |
0 commit comments