Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 215f26d

Browse files
author
Ilya Pavlyukov
committed
DockerHub
1 parent 3d5584f commit 215f26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: Login to Docker Hub
1515
uses: docker/login-action@v2
1616
with:
17-
username: ${{ env.DOCKER_HUB_USERNAME }}
17+
username: ${{ vars.DOCKER_HUB_USERNAME }}
1818
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
1919
- name: Extract metadata (tags, labels) for Docker
2020
id: meta
2121
uses: docker/metadata-action@v4
2222
with:
23-
images: ${{ env.DOCKER_HUB_USERNAME }}/gitlab-review-bot
23+
images: ${{ vars.DOCKER_HUB_USERNAME }}/gitlab-review-bot
2424
- name: Build and push to Docker Hub
2525
uses: docker/build-push-action@v3
2626
with:

0 commit comments

Comments
 (0)