Skip to content

Commit 0f84f4c

Browse files
committed
Revert missing login to docker hub
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
1 parent 82f77cc commit 0f84f4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/baseimage.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ jobs:
5050
DOCKER_CLI_HINTS: false
5151
DOCKER_EXTRA: --platform=linux/amd64,linux/arm64
5252
VERSION: ${{ inputs.version }}
53-
53+
- name: Login to Docker Hub
54+
uses: docker/login-action@v3
55+
with:
56+
username: hardcoreeng
57+
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
5458
- name: Publish base image
5559
env:
5660
DOCKER_CLI_HINTS: false

0 commit comments

Comments
 (0)