Skip to content

Commit

Permalink
Update docker-publish-3d-memory.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
soniacq authored Dec 14, 2023
1 parent 28505fe commit 39dd8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-3d-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: 3d-memory/Dockerfile
context: ./3d-memory
#file: 3d-memory/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 39dd8db

Please sign in to comment.