acmesmith 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dd12b4a45a6d9a46c3c3b6c55cd2918e534da57e25293b2b40f06b5e5faeea3
4
- data.tar.gz: 6edaf583cdb673a28b4d549a7c7d2636a867365afe59482d34f79c28e0a60900
3
+ metadata.gz: 4c2ccb5560fae2d63385e8460268f5c1fa4ca9e7fa96abb34874fbc2225c4f85
4
+ data.tar.gz: 58f74cdbdbb476db11fe8bdde5f6cd8b60e6f05845c47f6293147fb644e29b3c
5
5
  SHA512:
6
- metadata.gz: c00d5e1e8ad23acca150df071027c64e030429167b29bd25bd3347a19c558836ec9cf25405bc2e0493541e027f568a1e63f688894b40753774de76fefcd01e72
7
- data.tar.gz: f0c02fbec4d3572499321be2279384ea9424b20a43166ea536c208d3cb3332de4841537c944bfd9664ba596e5da154645fc3d6cb4dc207c346740e5a5d4a086d
6
+ metadata.gz: 49099fbee8ea178501cd45fd468c5554c3dfc938ff9d86ff1a5dcbbe3e8385444486ca46bffdadea7f1f70f89e7d5df69ef4191bbd6f6de4de2c94d9ec73c8cf
7
+ data.tar.gz: f841483c5c224e73a6e6b95ca7317dc481642b7786899ad15c31c2c97dfae649fc1cf0133ea7ac3afe8b002d10230c73235c77d90eca85c2103789fc5aed3e7d
@@ -2,15 +2,14 @@ name: ci
2
2
  on:
3
3
  schedule:
4
4
  - cron: '36 7 2,12,22 * *'
5
- release:
6
- types: [published]
5
+ create: {}
7
6
  pull_request:
8
7
  branches: [master]
9
8
  push:
10
9
  branches: [master, ci-test]
11
10
 
12
11
  env:
13
- DOCKER_REPO: 'sorah/ruby'
12
+ DOCKER_REPO: 'sorah/acmesmith'
14
13
 
15
14
  jobs:
16
15
  test:
@@ -86,8 +85,8 @@ jobs:
86
85
  - name: "docker tag ${DOCKER_REPO}:${TAG} ${DOCKER_REPO}:latest"
87
86
  run: |
88
87
  TAG=$(basename "${{ github.ref }}")
89
- docker pull ${DOCKER_REPO}:${TAG}
90
- docker tag ${DOCKER_REPO}:${TAG} ${DOCKER_REPO}:latest
88
+ docker pull ${DOCKER_REPO}:${TAG} || :
89
+ docker tag ${DOCKER_REPO}:${TAG} ${DOCKER_REPO}:latest || :
91
90
  if: "${{ startsWith(github.ref, 'refs/tags/v') }}"
92
91
 
93
92
  - run: "docker pull ${DOCKER_REPO}:builder || :"
@@ -106,7 +105,7 @@ jobs:
106
105
  docker-push:
107
106
  name: docker-push
108
107
  needs: [test, integration-pebble, docker-build]
109
- if: "${{ github.event_name == 'push' || github.event_name == 'release' }}"
108
+ if: "${{ github.event_name == 'push' || github.event_name == 'create' }}"
110
109
  runs-on: ubuntu-latest
111
110
  steps:
112
111
  - run: "echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u sorah --password-stdin"
@@ -1,3 +1,9 @@
1
+ ## v2.3.1 (2020-05-12)
2
+
3
+ ### Fixes
4
+
5
+ - Fixing Docker image build has failed for the release tag. https://github.com/sorah/acmesmith/runs/665853406
6
+
1
7
  ## v2.3.0 (2020-05-12)
2
8
 
3
9
  ### Enhancement
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- acmesmith (2.3.0)
4
+ acmesmith (2.3.1)
5
5
  acme-client (~> 2)
6
6
  aws-sdk-acm
7
7
  aws-sdk-route53
@@ -1,3 +1,3 @@
1
1
  module Acmesmith
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acmesmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sorah Fukumori