InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Metadata-action Alternatives
Similar projects and alternatives to metadata-action
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
vcluster
vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
-
-
-
-
-
-
-
-
-
Fast-Api-example
Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GitHub Actions as CI/CD Pipeline
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
metadata-action discussion
metadata-action reviews and mentions
-
Pull Request testing on Kubernetes: working with GitHub Actions and GKE
docker/metadata-action
- 1minDocker #13 - Push, build and dockerize with GitHub Actions
-
Automating Telegram Bot Deployment with GitHub Actions and Docker
We will next then extract the metadata that will be included with our docker image when we push it to Docker Hub using docker/metadata-action:
-
Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions
name: Lint and Dockerize the app on: push: branches: [master] pull_request: branches: [master] env: # Use docker.io for Docker Hub if empty REGISTRY: docker.io # github.repository as / IMAGE_NAME: ${{ github.repository }} jobs: build: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Google Cloud uses: google-github-actions/[email protected] with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} # if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} # Extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action #- name: Extract Docker metadata # id: meta # uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 # with: # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image uses: docker/build-push-action@v2 with: context: ./ tags: ${{ secrets.DOCKER_USERNAME }}/magga:latest push: true file: ./Dockerfile - name: Image digest run: echo
-
Automating Tag Creation, Release, and Docker Image Publishing with GitHub Actions
docker/metadata-action@v4 to extract metadata (tags, labels) from Git reference and GitHub events for Docker.
-
Optimizing GitHub Actions Performance: Enhance Workflows with Caching
5d. Extract metadata (tags, labels) for Docker: This step extracts metadata for Docker. The step uses the docker/metadata-action action to extract the metadata. The action is used to extract metadata from Dockerfiles and docker-compose files. The action outputs two variables: tags and labels. The tags variable contains the tags for the Docker image. The labels variable contains the labels for the Docker image. You can read more about the docker/metadata-action action here.
- Automate Docker Image Builds and Push to GitHub Registry Using GitHub Actions 🐙
-
Automate Docker Image Builds and Push to Docker Hub Using GitHub Actions 🐳🐙
Extract metadata (tags, labels) for Docker: We will use the docker/metadata-action action to extract the metadata for the Docker image. We will use the following inputs:
-
What versioning scheme for development images tags?
If using Github actions, the Docker metadata-action catches and fixes issues like that: https://github.com/docker/metadata-action
- Docker build fails on GitHub Action after net7 update
-
A note from our sponsor - InfluxDB
www.influxdata.com | 14 Jul 2025
Stats
docker/metadata-action is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of metadata-action is TypeScript.
Popular Comparisons
- metadata-action VS setup-qemu-action
- metadata-action VS build-push-action
- metadata-action VS setup-buildx-action
- metadata-action VS upload-artifact
- metadata-action VS semantic-release-docker
- metadata-action VS wordpress-anonymizer
- metadata-action VS gradle-jgitver-plugin
- metadata-action VS download-artifact
- metadata-action VS semantic-release-replace-plugin
- metadata-action VS npm-install