Skip to content

Commit

Permalink
testing deploy with gh secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Oct 6, 2023
1 parent 1408958 commit 98411a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Docker Image CI/CD Action

# on:
# push:
# tags:
# - '*'

on:
push:
tags:
- '*'
branches:
- fix-deploy-workflow



jobs:
deploy_image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98411a4

Please sign in to comment.