mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
temp tf
This commit is contained in:
parent
ec505739c8
commit
d1bb55bb7c
4 changed files with 7 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Bazel Build
|
||||
|
||||
on: push
|
||||
on:
|
||||
push: [branch]
|
||||
|
||||
jobs:
|
||||
bazel_build:
|
||||
|
|
2
.github/workflows/dev-container.yml
vendored
2
.github/workflows/dev-container.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/cache@v2.1.1
|
||||
with:
|
||||
path: "/home/runner/.cache/bazel"
|
||||
key: bazel
|
||||
key: bazel_dev_container
|
||||
|
||||
- name: Install bazelisk
|
||||
run: |
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -20,3 +20,5 @@ jobs:
|
|||
git tag $TAG
|
||||
git push origin $TAG
|
||||
echo "::set-output release_tag=${TAG}"
|
||||
|
||||
- name: Retag images
|
||||
|
|
2
.github/workflows/terraform.yml
vendored
Normal file
2
.github/workflows/terraform.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
name: Terraform
|
||||
|
Loading…
Add table
Reference in a new issue