Skip to content

Commit

Permalink
fix: change image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 committed Jun 4, 2024
1 parent cc24cdd commit 1be656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5 # Official Docker build and push action
with:
push: true # Push image to Docker Hub
tags: ${{ secrets.DOCKERHUB_USERNAME }}/pg-custom:0.5.0 # Replace with your desired tag
tags: ${{ secrets.DOCKERHUB_USERNAME }}/postgres-partman:1.0.0 # Replace with your desired tag
context: .
platforms: linux/amd64,linux/arm64
build-args: | # Pass environment variables to build process
Expand Down

0 comments on commit 1be656f

Please sign in to comment.