Skip to content

Commit

Permalink
Update build-push-containers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Nov 22, 2024
1 parent 45b7403 commit c67bd6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
with:
images: |
stanfordvl/omnigibson-gha
tags: |
# We only push to the latest tag for the actions image
type=raw,value=latest
-
name: Build and push prod image
id: build-prod
Expand Down Expand Up @@ -164,7 +167,7 @@ jobs:
with:
context: docker/gh-actions
push: true
tags: latest # here we only push from og-develop, and only to the `latest` tag
tags: ${{ steps.meta-actions.outputs.tags }}
labels: ${{ steps.meta-actions.outputs.labels }}
file: docker/gh-actions/Dockerfile
cache-from: type=registry,ref=stanfordvl/omnigibson:build-cache # OK to share cache here.
Expand Down

0 comments on commit c67bd6e

Please sign in to comment.