From a29f72d7eba279444013346986ca94b486724023 Mon Sep 17 00:00:00 2001 From: Chris Privitere <23177737+cprivitere@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:16:13 -0500 Subject: [PATCH] chore(deps): Bump docker/metadata-action to v6 Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com> --- .github/actions/metadata/action.yaml | 2 +- .vscode/launch.json | 25 +++++++++++++++++++++++++ cloud-sa-emlb.json | 6 ++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json create mode 100644 cloud-sa-emlb.json diff --git a/.github/actions/metadata/action.yaml b/.github/actions/metadata/action.yaml index 873c14dd..e9e4645f 100644 --- a/.github/actions/metadata/action.yaml +++ b/.github/actions/metadata/action.yaml @@ -39,7 +39,7 @@ runs: echo "images=${IMAGES}" >> $GITHUB_OUTPUT - name: Docker manager metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v6 with: images: ${{ steps.image-urls.outputs.images }} flavor: ${{ inputs.metadata_flavor }} diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..6b9a0206 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Launch Package", + "type": "go", + "request": "launch", + "mode": "auto", + "program": "${fileDirname}", + "args": [ + "--kubeconfig", + "/Users/cprivitere/.kube/kubeconfig.emlb-test.yaml" + ], + "env": { + "METAL_API_KEY": "Tnzps8DyBPKRjMxXPkoHk43bwQ2ek4L1", + "METAL_PROJECT_ID": "587aeda9-ee51-447d-87ce-068c57846508", + "METAL_METRO_NAME": "da", + "METAL_LOAD_BALANCER": "emlb:///da" + } + } + ] +} diff --git a/cloud-sa-emlb.json b/cloud-sa-emlb.json new file mode 100644 index 00000000..7b599aad --- /dev/null +++ b/cloud-sa-emlb.json @@ -0,0 +1,6 @@ +{ +"apiKey": "Tnzps8DyBPKRjMxXPkoHk43bwQ2ek4L1", +"projectID": "587aeda9-ee51-447d-87ce-068c57846508", +"metro": "da", +"loadbalancer": "emlb:///da" +}