Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/gleanerio/gleaner into dev_ec
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinedwv committed Jul 19, 2023
2 parents c14eccc + 6a4d814 commit 49aba64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_glcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
- dev_docker_glcon
- dev_docker_multipleimage
- dev
tags:
- v3.*
release:
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
-
name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
4 changes: 2 additions & 2 deletions .github/workflows/docker_gleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
- dev_ec
- dev_docker_multipleimage
- dev
tags:
- v3.*
release:
Expand Down Expand Up @@ -177,4 +177,4 @@ jobs:
-
name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}

0 comments on commit 49aba64

Please sign in to comment.