Skip to content

Commit

Permalink
change in format of docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Mar 5, 2024
1 parent 7f57ceb commit eb694d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/td-env-gpu-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
load: true
tags: ${{ env.TEST_TAG }}
build-args: |
GH_SHA=${{ github.sha }}
push: true
tags: ${{ env.TEST_TAG }}
# tags: ${{ env.TEST_TAG }}
- name: test image before pushing
Expand Down

0 comments on commit eb694d7

Please sign in to comment.