Skip to content

Commit

Permalink
gh: use correct tag and bust
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 18, 2024
1 parent 54b1a3f commit 2038699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "IMAGE_NAME=hopprotocol/${{ matrix.package-name }}" >> $GITHUB_OUTPUT
fi
- name: Publish Docker Image (${{ steps.set-docker-tag.outputs.DOCKER_TAG }})
- name: Publish Docker Image (${{ env.DOCKER_TAG }})
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion packages/v2-explorer-backend/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export const postgresConfig = {
maxConnections: process.env.POSTGRES_MAX_CONNECTIONS ? parseInt(process.env.POSTGRES_MAX_CONNECTIONS, 10) : 10
}

const cacheBuster = 19
const cacheBuster = 20

0 comments on commit 2038699

Please sign in to comment.