Skip to content

Commit

Permalink
ci: update Docker CI/CD pipeline configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Oct 30, 2024
1 parent 85f5eef commit 2fab95c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: mountaingod2/chaturbate_poller
tags: |
type=ref,event=tag
type=sha
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -49,4 +40,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ steps.meta.outputs.tags }}
ghcr.io/mountaingod2/chaturbate_poller:latest
ghcr.io/mountaingod2/chaturbate_poller:${{ github.ref }}
docker.io/mountaingod2/chaturbate_poller:latest
docker.io/mountaingod2/chaturbate_poller:${{ github.ref }}

0 comments on commit 2fab95c

Please sign in to comment.