Skip to content

Commit

Permalink
publish release of the new OCI image
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-fi committed Aug 18, 2024
1 parent 58c48ac commit db4d5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
./bob build in-ci-autodetect-settings
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENTHORIZON_TENANT: ${{ secrets.EVENTHORIZON_TENANT }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
EVENTHORIZON: ${{ secrets.EVENTHORIZON }}

- name: Docker meta
id: meta
Expand Down
9 changes: 3 additions & 6 deletions turbobob.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@
},
{
"name": "publisher",
"uses": "docker://fn61/buildkit-publisher:20200221_1859_befcec04",
"uses": "docker://fn61/buildkit-publisher:20240818_0957_5ee9ffb9",
"mount_destination": "/workspace",
"commands": {
"build": ["bin/make-deployerspec.sh"],
"publish": ["publish-gh.sh", "joonas-fi/joonas.fi", "rel/"],
"publish": ["publish-docker.sh", "--user=joonas-fi", "--repo=joonas.fi", "--image-ref-base=ghcr.io/joonas-fi/joonas.fi"],
"dev": ["bash"]
},
"pass_envs": [
"GITHUB_TOKEN",
"EVENTHORIZON_TENANT",
"AWS_ACCESS_KEY_ID",
"AWS_SECRET_ACCESS_KEY"
"EVENTHORIZON"
]
}
]
Expand Down

0 comments on commit db4d5ac

Please sign in to comment.