Skip to content

Commit

Permalink
github: do not push main 8.0 images anymore, would break old installs
Browse files Browse the repository at this point in the history
  • Loading branch information
erinbit committed Jun 16, 2022
1 parent bb6fc1b commit 74a3d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
docker push $DOCKER_REGISTRY_IMAGE_DEV:${{ matrix.craft_image_tag }}_${{ steps.branch_slug.outputs.slug }}
# Main image will contain only builds from semantic tags
# ghcr.io/fortrabbit/craft-copy:8.0
# ghcr.io/fortrabbit/craft-copy:8.0 - removed push to not break old installs of craft-copy that depend on old version of the image
# ghcr.io/fortrabbit/craft-copy:8.0_1.2.3
- name: Publish main image
if: steps.check-tag.outputs.match == 'true'
run: |
docker push $DOCKER_REGISTRY_IMAGE:${{ matrix.craft_image_tag }}
docker push $DOCKER_REGISTRY_IMAGE:${{ matrix.craft_image_tag }}_${{ steps.branch_slug.outputs.slug }}

0 comments on commit 74a3d13

Please sign in to comment.