mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-17 10:41:28 +00:00
Log into GCR in workflow
This commit is contained in:
parent
73655b78dc
commit
9381c99f01
2
.github/workflows/push_containers.yaml
vendored
2
.github/workflows/push_containers.yaml
vendored
@ -18,6 +18,8 @@ jobs:
|
||||
with:
|
||||
path: "~/.cache/bazel"
|
||||
key: bazel
|
||||
- name: Log into GCR
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
|
||||
- name: Push containers
|
||||
run: |
|
||||
bazel run //apollo/server:server.push
|
||||
|
Loading…
Reference in New Issue
Block a user