Skip to content

Commit

Permalink
ci: update image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithos committed Feb 12, 2024
1 parent 55c5f43 commit c25f822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-cloud-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Automatically build Docker images using a cloud builder and publish them to a
# container registry using HCL Bake file.

name: Build Docker Images
name: Build Docker Images using Cloud Builder

on:
# workflow_dispatch:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5.5.0
with:
images: ghcr.io/${{ github.repository }}/${{ needs.bake-target.outputs.target }}
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=ref,event=tag
Expand Down

0 comments on commit c25f822

Please sign in to comment.