Skip to content

Commit

Permalink
feat: Add my registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 17, 2024
1 parent ac18f07 commit 2270766
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,19 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to My Registry
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
uses: docker/login-action@v3
with:
registry: mine.jfrog.cyberjake.xyz
username: ${{ secrets.ARTIFACTORY_USER }}
password: ${{ secrets.ARTIFACTORY_TOKEN }}

- name: Docker Meta
id: meta
uses: docker/metadata-action@v5
with:
images: cyb3rjak3/cloudflare-exporter,ghcr.io/cyb3r-jak3/cloudflare-exporter
images: cyb3rjak3/cloudflare-exporter,ghcr.io/cyb3r-jak3/cloudflare-exporter,mine.jfrog.cyberjake.xyz/cloudflare-exporter

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 2270766

Please sign in to comment.