Skip to content

Commit 1be656f

Browse files
committed
fix: change image tag
1 parent cc24cdd commit 1be656f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-docker-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/build-push-action@v5 # Official Docker build and push action
2727
with:
2828
push: true # Push image to Docker Hub
29-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/pg-custom:0.5.0 # Replace with your desired tag
29+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/postgres-partman:1.0.0 # Replace with your desired tag
3030
context: .
3131
platforms: linux/amd64,linux/arm64
3232
build-args: | # Pass environment variables to build process

0 commit comments

Comments
 (0)