Skip to content

Commit

Permalink
ft(actions): fixed v3
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantprateek committed Jul 29, 2023
1 parent dce25f5 commit 18af6c3
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
with:
images: siddhantprateek/qdapi

- name: Build and push Docker image
- name: Build and push Docker image with 'latest' tag
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: siddhantprateek/qdapi
push: true
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: |
latest
${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit 18af6c3

Please sign in to comment.