Compare commits

..

1 Commits

Author SHA1 Message Date
417453a9d2 stg deploy
All checks were successful
Deploy latest to staging environment / tag-image (push) Successful in 5s
Deploy latest to staging environment / deploy (push) Successful in 6s
2023-08-19 17:19:52 -07:00
2 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@ name: Build and publish container images
on: on:
workflow_dispatch: { } workflow_dispatch: { }
push: # push:
branches: # branches:
- master # - master
jobs: jobs:
build-and-publish: build-and-publish:

View File

@@ -3,9 +3,9 @@ name: Deploy latest to staging environment
on: on:
workflow_dispatch: { } workflow_dispatch: { }
# push: push:
# branches: branches:
# - master - master
jobs: jobs:
tag-image: tag-image: