mirror of
https://github.com/resf/distro-tools.git
synced 2024-12-18 09:18:38 +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:
|
with:
|
||||||
path: "~/.cache/bazel"
|
path: "~/.cache/bazel"
|
||||||
key: bazel
|
key: bazel
|
||||||
|
- name: Log into GCR
|
||||||
|
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
|
||||||
- name: Push containers
|
- name: Push containers
|
||||||
run: |
|
run: |
|
||||||
bazel run //apollo/server:server.push
|
bazel run //apollo/server:server.push
|
||||||
|
Loading…
Reference in New Issue
Block a user