Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update egose/actions digest to fcbd49f #316

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Setup Tools
uses: egose/actions/asdf-tools@401f2efdfeb6d63914aa3b87d90c88d04dbf58f9
uses: egose/actions/asdf-tools@fcbd49ff02e492f8b2caf13963e0784f8942c9f4
with:
plugins: |
mongodb=https://github.com/junminahn/asdf-mongodb.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@401f2efdfeb6d63914aa3b87d90c88d04dbf58f9
uses: egose/actions/docker-build-push@fcbd49ff02e492f8b2caf13963e0784f8942c9f4
with:
registry-url: ${{ env.DOCKER_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down