Skip to content

Commit

Permalink
fixed weird copy-paste problem
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Feb 14, 2024
1 parent 47779c3 commit 9d3919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- "1.84"
exclude:
- os: "ubuntu22.04"
- amd_driver: "21.30"r: "21.30"
- amd_driver: "21.30"
runs-on: ubuntu-22.04
name: Deploy AMD Containers
steps:
Expand All @@ -127,4 +127,4 @@ jobs:
docker tag compscidr/lolminer-docker:${{ matrix.os }}-amd-${{ matrix.amd_driver }}-${{ matrix.lolminer }} compscidr/lolminer-docker:latest
docker push compscidr/lolminer-docker:latest
- name: Logout of Docker Hub
run: dock
run: docker logout

0 comments on commit 9d3919d

Please sign in to comment.