Log into GCR in workflow

This commit is contained in:
Mustafa Gezen 2023-02-01 22:41:32 +00:00
parent 73655b78dc
commit 9381c99f01

View File

@ -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