Skip to content

Commit

Permalink
build tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 19, 2023
1 parent 74e25a6 commit 98a3a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
context: "{{defaultContext}}:docker/env-cuda-11-8"
push: ${{ github.event_name != 'pull_request' }} # Don't push on PR
tags: ["env-cuda-11-8"]
tags: "env-cuda-11-8"
# tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,src=docker/env-cuda-11-8
Expand Down

0 comments on commit 98a3a7e

Please sign in to comment.