Skip to content

Commit 0f406b6

Browse files
committed
Trying to fix environment
1 parent d601879 commit 0f406b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ on:
99
jobs:
1010
docker:
1111
runs-on: ubuntu-latest
12+
environment: Docker
1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v4
1516

1617
- name: Login to Docker Hub
1718
uses: docker/login-action@v3
1819
with:
19-
username: zavocc
20+
username: ${{ secrets.DOCKERHUB_USERNAME }}
2021
password: ${{ secrets.DOCKERHUB_TOKEN }}
2122

2223
- name: Set up QEMU

0 commit comments

Comments
 (0)