Skip to content

Commit

Permalink
try passing tags as string
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent 1a0cd2e commit c7c78a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ jobs:
uses: docker/metadata-action@v5
id: meta
with:
images: |
${{ env.REGISTRY_BASE_URI }}/worker
${{ env.REGISTRY_BASE_URI }}/web
${{ env.REGISTRY_BASE_URI }}/grafana
# images: |
# ${{ env.REGISTRY_BASE_URI }}/worker
# ${{ env.REGISTRY_BASE_URI }}/web
# ${{ env.REGISTRY_BASE_URI }}/grafana
tags: |
type=ref,event=branch
type=sha
Expand All @@ -289,7 +289,6 @@ jobs:
files: |
docker-compose.yml
docker-compose.historian.yml
${{ steps.meta.outputs.bake-file-tags }}
set: |
web.cache-from=type=gha,scope=web:${{ github.ref_name }}
worker.cache-from=type=gha,scope=worker:${{ github.ref_name }}
Expand All @@ -298,6 +297,7 @@ jobs:
worker.cache-to=type=gha,mode=max,scope=worker:${{ github.ref_name }}
grafana.cache-to=type=gha,mode=max,scope=grafana:${{ github.ref_name }}
worker.platform=linux/amd64,linux/arm64
*.tags=${{ steps.meta.outputs.tags }}
push: true

# - name: Tag and push images
Expand Down

0 comments on commit c7c78a0

Please sign in to comment.