Skip to content

Commit

Permalink
Merge pull request #25 from konstructio/step1
Browse files Browse the repository at this point in the history
get actions publishing to ghcr
  • Loading branch information
johndietz authored Sep 9, 2024
2 parents 8cddae2 + 9aa4cc1 commit 05d21b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
image-tag:
description: 'The image tag to build'
required: true

jobs:
publish_to_public_ecr:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_gcr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish image to GitHub GCR

permissions:
packages: write
contents: read
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion discovery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.13.1

RUN apk add --no-cache util-linux curl

ARG COLONY_SCOUT_VERSION=0.0.10-rc6
ARG COLONY_SCOUT_VERSION=0.0.10-rc11
RUN curl -L -o colony-scout.tar.gz https://assets.kubefirst.com/colony/colony-scout_.${COLONY_SCOUT_VERSION}_Linux_x86_64.tar.gz && \
tar -xzvf colony-scout.tar.gz && \
chmod +x colony-scout && \
Expand Down

0 comments on commit 05d21b0

Please sign in to comment.