Skip to content

Commit

Permalink
Merge pull request #184 from Peefy/fix-module-publish
Browse files Browse the repository at this point in the history
fix: registry login scripts and re-trigger sqlc module
  • Loading branch information
Peefy authored Jul 25, 2024
2 parents 2191416 + 9a01f33 commit 6d6ec99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version: 1.22

- name: Login
run: kcl registry -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} docker.io
run: kcl registry login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} docker.io

- name: Get changed files
id: changed-files
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Publish to ghcr.io
run: |
kcl registry -u ${{ secrets.DEPLOY_ACCESS_NAME }} -p ${{ secrets.DEPLOY_ACCESS_TOKEN }} ghcr.io
kcl registry login -u ${{ secrets.DEPLOY_ACCESS_NAME }} -p ${{ secrets.DEPLOY_ACCESS_TOKEN }} ghcr.io
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
./scripts/push_pkg_from.sh $file
done
Expand Down
2 changes: 1 addition & 1 deletion sqlc/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sqlc"
edition = "v0.8.0"
edition = "v0.9.0"
version = "0.0.1"
description = "sqlc.dev schema config file"

0 comments on commit 6d6ec99

Please sign in to comment.