Skip to content

Commit

Permalink
docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Aug 11, 2024
1 parent 4cfe954 commit 538a268
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ jobs:
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

- name: 'Build and push image'
uses: rtvu/build-and-push-to-docker-hub-action@v2
- name: Build and Push Docker Image
uses: Atticuszz/docker-[email protected]
with:
platforms: linux/amd64
tags: gordazo0/argentofx:latest
token: ${{ secrets.DOCKER_HUB_TOKEN }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
docker_hub_access_token: ${{ secrets.DOCKER_HUB_TOKEN }}
image_name: "queondadocker/argentofx:latest"

0 comments on commit 538a268

Please sign in to comment.