Skip to content

Commit

Permalink
Fix k6packager push to GHCR
Browse files Browse the repository at this point in the history
This _should_ fix the `permission_denied: The requested installation does not exist.`
error we've seen since the move to the grafana org:
https://github.com/grafana/k6/runs/3271365155?check_suite_focus=true
  • Loading branch information
Ivan Mirić authored and imiric committed Aug 9, 2021
1 parent a733b30 commit 606992e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packager.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
VERSION: 0.0.3
AWSCLI_VERSION: 2.1.36
S3CMD_VERSION: 2.1.0
DOCKER_IMAGE_ID: ghcr.io/k6io/k6packager
DOCKER_IMAGE_ID: ghcr.io/grafana/k6packager
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion packaging/docker-compose.yml
Expand Up @@ -7,7 +7,7 @@ services:
args:
- AWSCLI_VERSION=${AWSCLI_VERSION:-2.1.36}
- S3CMD_VERSION=${S3CMD_VERSION:-2.1.0}
image: ghcr.io/k6io/k6packager:latest
image: ghcr.io/grafana/k6packager:latest
environment:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
Expand Down

0 comments on commit 606992e

Please sign in to comment.