Skip to content

Commit

Permalink
fix push path
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 14, 2024
1 parent a6f5fbe commit 7e9c5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/scripts/push
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euxo pipefail
HERE=$(dirname $0)
. $HERE/../../common
. $HERE/../../docker/common

docker push "$DB_TAG_SHA"

0 comments on commit 7e9c5e0

Please sign in to comment.