Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Jan 5, 2024
1 parent 894a39c commit d4ad799
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
docker:
needs: build
runs-on: ubuntu-latest
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
steps:
- uses: actions/checkout@v4
- name: Login to Quay.io
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:

jobs:
push:
if: github.ref_name == 'master' && contains(github.ref, 'refs/tags/v')
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4ad799

Please sign in to comment.