Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
workflows/dockerbuild: run for pull requests -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
pgils committed Dec 9, 2020
1 parent 623b8cb commit 5487352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: ci
on:
push:
branches: main
pull_request:
branches: main

jobs:
multi:
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
if: github.event_name != 'pull_request'
push: true
push: ${{ github.event_name != 'pull_request' && true || false }}
tags: |
pgils/python-swiftclient:latest
pgils/python-swiftclient:${{ steps.tag.outputs.current-version }}

0 comments on commit 5487352

Please sign in to comment.