open-policy-agent / opa-docker-authz

A policy-enabled authorization plugin for Docker.
Apache License 2.0
81 stars 25 forks source link

Use latest golang versions #81

Closed larhauga closed 10 months ago

anderseknert commented 10 months ago

Can you rebase this and fix the conflict? That'd be a good first test of publishing the edge tag I guess :)

anderseknert commented 10 months ago
Screenshot 2023-11-20 at 11 20 15

Did you see that on main? I'm not sure what it's referring to tbh 🤔 Is it from the cleanup phase or just delayed to make it look like so?

larhauga commented 10 months ago

Did you see that on main? I'm not sure what it's referring to tbh 🤔 Is it from the cleanup phase or just delayed to make it look like so?

I think I messed up the repo+tag part here. Something got mangeled due to the -v2 part, but the main issue is a missing variable (TAG_NAME i think):

docker push foo:
invalid reference format
larhauga commented 10 months ago

I think this branch should contain the necessary changes for the workflows to work correctly

anderseknert commented 10 months ago

Seems to have worked! It's marked as "private" though. I'll need to look into why, and how to change it.