Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jekabolt committed Sep 25, 2022
1 parent 0e0616a commit 3fd169a
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 3fd169a

Please sign in to comment.