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

Commit

Permalink
DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Pavlyukov committed Mar 1, 2023
1 parent 3d5584f commit 215f26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ env.DOCKER_HUB_USERNAME }}
username: ${{ vars.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.DOCKER_HUB_USERNAME }}/gitlab-review-bot
images: ${{ vars.DOCKER_HUB_USERNAME }}/gitlab-review-bot
- name: Build and push to Docker Hub
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 215f26d

Please sign in to comment.