Skip to content

Commit

Permalink
Remove references to AC GitHub
Browse files Browse the repository at this point in the history
We had to hardcode this for AC. It should be fixed for real later.
  • Loading branch information
kitsuta committed Aug 1, 2024
1 parent 78cde1a commit f76df2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- id: set-matrix
run: |
echo "matrix={\"include\":$(echo "${{ vars.DOCKER_BUILDS }}" | yq -o=json -I 0 e '.branches.${{ github.ref_name }} // [{"name":"anthrocon-rams/rams:${{ github.ref_name }}", "plugins":[]}]' -)}" >> $GITHUB_OUTPUT
echo "matrix={\"include\":$(echo "${{ vars.DOCKER_BUILDS }}" | yq -o=json -I 0 e '.branches.${{ github.ref_name }} // [{"name":"magfest/ubersystem:${{ github.ref_name }}", "plugins":[]}]' -)}" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
build_downstream:
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
build-args: BRANCH=${{ github.ref_name }}
context: "."
push: true
tags: ghcr.io/anthrocon-rams/rams:${{ github.ref_name }}
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 comments on commit f76df2d

Please sign in to comment.