Skip to content

Commit

Permalink
fix: build process
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa authored Oct 27, 2024
1 parent b9b3f48 commit 1738044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tools-bake-database.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publish
on:
push:
- main
branches:
- main

env:
REGISTRY: ghcr.io
DB_IMAGE_NAME: ghcr.io/${{ github.repository }}
IMAGE_TAG: ${{ github.event.release.tag_name }}


jobs:
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ env.DB_IMAGE_NAME }}-bake-database:${{ env.IMAGE_TAG }},${{ env.DB_IMAGE_NAME }}-bake-database:latest
tags: ${{ env.DB_IMAGE_NAME }}-bake-database:latest
context: ./bake-database

0 comments on commit 1738044

Please sign in to comment.