Skip to content

Commit

Permalink
added the correct metadata for repository-mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Sep 20, 2024
1 parent 2b70ee2 commit e50df70
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/repository-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Generate container metadata
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/obmondo/dockerfiles/repository-mirror
tags: |
type=semver,pattern={{version}},value=v1.27.0
flavor: |
latest=false
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand All @@ -32,4 +42,4 @@ jobs:
context: ./repository-mirror
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: 1.27.0
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit e50df70

Please sign in to comment.