This commit is contained in:
41666 2020-10-09 10:55:02 -04:00
parent ec505739c8
commit d1bb55bb7c
4 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,7 @@
name: Bazel Build name: Bazel Build
on: push on:
push: [branch]
jobs: jobs:
bazel_build: bazel_build:

View file

@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v2.1.1 uses: actions/cache@v2.1.1
with: with:
path: "/home/runner/.cache/bazel" path: "/home/runner/.cache/bazel"
key: bazel key: bazel_dev_container
- name: Install bazelisk - name: Install bazelisk
run: | run: |

View file

@ -20,3 +20,5 @@ jobs:
git tag $TAG git tag $TAG
git push origin $TAG git push origin $TAG
echo "::set-output release_tag=${TAG}" echo "::set-output release_tag=${TAG}"
- name: Retag images

2
.github/workflows/terraform.yml vendored Normal file
View file

@ -0,0 +1,2 @@
name: Terraform