Skip to content

Commit

Permalink
Do not push devcontainer image to cache (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
onelxj authored Mar 7, 2024
1 parent 6142585 commit 18bd746
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ jobs:
# The Docker image of the runner will get built based on the
# `.devcontainer/devcontainer.json`, which in our case means it's
# mostly based on the `Dockerfile`.
imageName: ghcr.io/reboot-dev/3rdparty/eventuals/workstation
imageTag: latest

# We are not using cache for the devcontainer build.
push: never

runCmd: |
bazel \
test \
Expand Down

0 comments on commit 18bd746

Please sign in to comment.