Skip to content

Commit

Permalink
chore(deps): Bump docker/metadata-action to v6
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <[email protected]>
  • Loading branch information
cprivitere committed Jun 26, 2024
1 parent 9ec4f48 commit a29f72d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/metadata/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
25 changes: 25 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
6 changes: 6 additions & 0 deletions cloud-sa-emlb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"apiKey": "Tnzps8DyBPKRjMxXPkoHk43bwQ2ek4L1",
"projectID": "587aeda9-ee51-447d-87ce-068c57846508",
"metro": "da",
"loadbalancer": "emlb:///da"
}

0 comments on commit a29f72d

Please sign in to comment.