Skip to content

Commit

Permalink
Merge pull request #28 from RapidCodeLab/develop
Browse files Browse the repository at this point in the history
fix github actions
  • Loading branch information
RapidCodeLab authored Nov 18, 2023
2 parents 065a480 + ba08e83 commit be8d4f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Deploy Docker image to Docker Hub
on:
push:
#branches:
# - main
tags:
- 'v[0-9].[0-9]+.[0-9]+'

jobs:
deploy:
runs-on: ubuntu-latest
#if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: ${{ github.head_ref == 'refs/heads/main'}}
steps:
- name: Extract Version
id: version_step
Expand Down

0 comments on commit be8d4f1

Please sign in to comment.