Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Yellow marlin #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/push-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ on:
# run on pushes to master
branches:
- master
- yellow-marlin
jobs:
push-deploy:
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push latest images to GCR
Expand All @@ -34,4 +36,4 @@ jobs:
skaffold build --default-repo=gcr.io/$PROJECT_ID \
--tag=latest
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
PROJECT_ID: ${{ secrets.PROJECT_ID }}