Skip to content

Commit 458d3db

Browse files
committed
fix: re-add actions and login
1 parent de42c0e commit 458d3db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v3
132132
- uses: DeterminateSystems/nix-installer-action@main
133+
- uses: docker/setup-buildx-action@v3
134+
- uses: docker/login-action@v2
135+
with:
136+
username: ${{ secrets.DOCKER_USERNAME }}
137+
password: ${{ secrets.DOCKER_PASSWORD }}
133138
- name: Get image tag
134139
id: get_version
135140
run: |

0 commit comments

Comments
 (0)