-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE in API # -----BEGIN PGP SIGNATURE----- # # iQEzBAABCgAdFiEEbyHRF4WOTI97553P3rZOigyk7T4FAmZiYs8ACgkQ3rZOigyk # 7T4qIgf+KxCyhR3W41BG9MDpIIvFp9YTVQnM0AsB4NrPDoURKedzPrFWnBWbq3ai # kN9qARWRLI5jr7UvS8TIx3rMr3FyKNIp9iIr7daTAPLmBhEaYuHjMp1ukILVbTa7 # pI6jovk7axDQvBWAlfLmXaD6GzUwh6xVVnnnNHjWFc5oxQdJqZz4+g/t5RJvJY8l # PKRq5P2nl8ptC3O3q9TdVZO6HVl1PsI+6Jtv4WotMc5l6Zfvd+G2/ixu5eSPTV+C # giSM77NHIMC04tFeF0bH3kZCJBTWhJtGyfyakr4TaPufX3GD/lGYqdCrvzRKZ7rd # txai1TL8TbRK8ibHlFLQfS2aKOaAFg== # =oqs1 # -----END PGP SIGNATURE----- # gpg: Signature made Thu Jun 6 21:30:55 2024 EDT # gpg: using RSA key 6F21D117858E4C8F7BE79DCFDEB64E8A0CA4ED3E # gpg: Good signature from ""[email protected]" <[email protected]>" [ultimate] # Primary key fingerprint: 6F21 D117 858E 4C8F 7BE7 9DCF DEB6 4E8A 0CA4 ED3E
- Loading branch information
Showing
2 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Log into the Container registry | ||
uses: docker/login-action@v3.1.0 | ||
uses: docker/login-action@v3.2.0 | ||
with: | ||
registry: ${{ env.REGISTRY }} | ||
username: ${{ github.actor }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters