Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Jun 13, 2024
1 parent 470ac7b commit b5030d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
run: |
make pgbouncer
docker images
docker tag cybertec-pg-container/pgbouncer:$IMAGE_TAG_PREFIX-$IMAGE_TAG_SUFFIX $CONTAINER_REPO/pgbouncer-$IMAGE_TAG_PREFIX-$IMAGE_TAG_SUFFIX
docker save -o pgbouncer.tar $CONTAINER_REPO/pgbouncer-$IMAGE_TAG_PREFIX-$IMAGE_TAG_SUFFIX
docker tag cybertec-pg-container/pgbouncer:$BASEOS-$PGVERSION_FULL-$BUILD $CONTAINER_REPO/pgbouncer-$BASEOS-$PGVERSION_FULL-$BUILD
docker save -o pgbouncer.tar $CONTAINER_REPO/pgbouncer-$BASEOS-$PGVERSION_FULL-$BUILD
- name: Upload Containers
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b5030d3

Please sign in to comment.