We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc24cdd commit 1be656fCopy full SHA for 1be656f
.github/workflows/build-and-docker-push.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/build-push-action@v5 # Official Docker build and push action
27
with:
28
push: true # Push image to Docker Hub
29
- 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
30
context: .
31
platforms: linux/amd64,linux/arm64
32
build-args: | # Pass environment variables to build process
0 commit comments