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

update github actions. #447

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

fcaps
Copy link
Collaborator

@fcaps fcaps commented Nov 7, 2023

closes #446

Some minor changes besides the update:

  1. Images are now including labels (docker inspect faforever/faf-website:develop)
"Labels": {
                "org.opencontainers.image.created": "2023-11-07T20:09:31.934Z",
                "org.opencontainers.image.description": "FAForever's Website",
                "org.opencontainers.image.licenses": "MIT",
                "org.opencontainers.image.revision": "7a0e6f561a01a1a8f6194958209c6470b6458dac",
                "org.opencontainers.image.source": "https://github.com/fcaps/website",
                "org.opencontainers.image.title": "website",
                "org.opencontainers.image.url": "https://github.com/fcaps/website",
                "org.opencontainers.image.version": "develop"
            }
  1. Concurrency disabled, actions run once for every PR, branch or tag
  2. Option enabled to run this action also in the fork with vars.DOCKER_ORG

@Brutus5000 Brutus5000 merged commit 0a81ad3 into FAForever:develop Nov 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Github Actions
2 participants