Skip to content

Commit

Permalink
Temporarily build the actions image too for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Nov 22, 2024
1 parent afcc44e commit 45b7403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
id: meta-actions
uses: docker/metadata-action@v5
# The actions image should only be built if the push is to og-develop
if: github.ref == 'refs/heads/og-develop'
# if: github.ref == 'refs/heads/og-develop'
with:
images: |
stanfordvl/omnigibson-gha
Expand Down Expand Up @@ -152,15 +152,15 @@ jobs:

- name: Update actions image Dockerfile with dev image tag
# The actions image should only be built if the push is to og-develop
if: github.ref == 'refs/heads/og-develop'
# if: github.ref == 'refs/heads/og-develop'
run: |
sed -i "s/omnigibson-dev:og-develop/omnigibson-dev@${{ steps.build-dev.outputs.digest }}/g" docker/gh-actions/Dockerfile && cat docker/gh-actions/Dockerfile
-
name: Build and push actions image
id: build-actions
uses: docker/build-push-action@v5
# The actions image should only be built if the push is to og-develop
if: github.ref == 'refs/heads/og-develop'
# if: github.ref == 'refs/heads/og-develop'
with:
context: docker/gh-actions
push: true
Expand Down

0 comments on commit 45b7403

Please sign in to comment.