Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from lpalashevski/release-1.1
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
Ljupcho Palashevski authored May 23, 2023
2 parents cd05f09 + 794b25e commit 47bb5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
context: .
push: true
tags: odpi/egeria-connector-jdbc::${{ env.CONNECTOR_VERSION }}, quay.io/odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}
tags: odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}, quay.io/odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}
platforms: linux/amd64,linux/arm64
build-args: |
egeria_base_image=${{ env.EGERIA_BASE_IMAGE }}
Expand Down

0 comments on commit 47bb5ec

Please sign in to comment.