Skip to content

Commit

Permalink
Making sure the image is correctly tagged.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov committed Mar 15, 2023
1 parent 49c9fac commit 48f22a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
GCS_BUCKET: autobuilds.grr-response.com
GCS_BUCKET_OPENAPI: autobuilds-grr-openapi
GCS_LATEST_PATH: _latest_server_deb
DOCKER_REPOSITORY: grrdocker/grr
DOCKER_REPOSITORY: ghcr.io/google/grr
jobs:

test-ubuntu:
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
- if: ${{ github.event_name == 'push' }}
name: Push to GitHub Container registry
run: |
docker push ghcr.io/google/grr:latest
docker push -a ${{ env.DOCKER_REPOSITORY }}
upload:
if: ${{ github.event_name == 'push' }}
permissions:
Expand Down

0 comments on commit 48f22a0

Please sign in to comment.