Tweaks
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-06 01:38:00 -04:00
parent 827bce6e1b
commit 2eacdaeece
2 changed files with 8 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ steps:
- name: Publish Image
image: docker
commands:
- docker build -f docker-compose.staging.yml -t git.mifi.dev/mifi/mifi/auth:latest .
- docker build -t git.mifi.dev/mifi/mifi/auth:latest -t git.mifi.dev/mifi/mifi/auth:${DRONE_TAG} .
- docker push git.mifi.dev/mifi/mifi/auth:latest
volumes:
- name: dockersock
@@ -168,10 +168,10 @@ depends_on:
- Test Pipeline
trigger:
branch:
- main
# branch:
# - main
event:
- push
# - push
- tag
---
@@ -230,8 +230,8 @@ depends_on:
- Test Pipeline
trigger:
branch:
- main
# branch:
# - main
event:
- push
# - push
- tag

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth",
"version": "0.0.27",
"version": "0.0.28",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {