Skip to content

Commit

Permalink
Merge pull request #26 from jekabolt/redis
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
jekabolt authored Sep 25, 2022
2 parents f4b85e9 + 3fd169a commit cb62b4b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build and run docker image on remote

on:
pull_request:
branches: [master]
types: [closed]
on:
create:
tags:
- v*

jobs:
push:
Expand Down Expand Up @@ -34,7 +33,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.commit.outputs.short }} , latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb62b4b

Please sign in to comment.