Skip to content

Commit

Permalink
gh: add context to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 16, 2024
1 parent c05a87c commit c8da18a
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 @@ -57,10 +57,10 @@ jobs:
echo "DOCKER_TAG=unstable" >> $GITHUB_OUTPUT
fi
- name: Publish Docker Image (${{ steps.set-docker-tag.outputs.DOCKER_TAG }})
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
context: .
file: ./packages/${{ matrix.package-name }}/Dockerfile
tags: ${{ steps.set-docker-tag.outputs.IMAGE_NAME }}:${{ steps.set-docker-tag.outputs.DOCKER_TAG }}
push: true
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 = 16
const cacheBuster = 17

0 comments on commit c8da18a

Please sign in to comment.