Fix merging empty list of dictionaries #86
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: pull-request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v2 | |
#- name: Static tests | |
# run: | | |
- name: Set up Docker Buildx | |
uses: docker/setup-buildx-action@v1 | |
- name: Build example from s2i image | |
uses: docker/build-push-action@v2 | |
with: | |
push: false | |
repository: poolboy | |
tags: ${{ github.sha }} | |
#- name: Test image | |
# run: | |