@codfish/actions-playground 4.7.0 → 4.7.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.
@@ -71,16 +71,6 @@ jobs:
71
71
  env:
72
72
  SEMANTIC_OUTPUTS: ${{ toJson(steps.semantic-dry-run.outputs) }}
73
73
 
74
- - shell: bash
75
- if: steps.semantic.outputs.new-release-published == 'true'
76
- run: |
77
- echo "DOCKER_TAGS=${DOCKER_TAGS},${RELEASE_VERSION}" >> $GITHUB_ENV;
78
-
79
- - name: echo DOCKER_TAGS
80
- shell: bash
81
- run: |
82
- echo $DOCKER_TAGS;
83
-
84
74
  - name: semantic release
85
75
  uses: docker://ghcr.io/codfish/semantic-release-action@sha256:91ea452696d93a34a30aff20b34614b75e8fddc82b598fc8fa57c3ac07e6d6da
86
76
  id: semantic
@@ -127,7 +117,7 @@ jobs:
127
117
  ]
128
118
  }
129
119
  ],
130
- [ '@semantic-release/git', {'assets': ['Dockerfile', 'provisioning/Chart.yaml']} ],
120
+ [ '@semantic-release/git', {'assets': ['Dockerfile', 'provisioning/Chart.yml']} ],
131
121
  '@semantic-release/release-notes-generator',
132
122
  '@semantic-release/npm',
133
123
  '@semantic-release/github'
@@ -139,7 +129,12 @@ jobs:
139
129
  - shell: bash
140
130
  if: steps.semantic.outputs.new-release-published == 'true'
141
131
  run: |
142
- DOCKER_TAGS="${RELEASE_TAG},$"
132
+ echo "DOCKER_TAGS=${DOCKER_TAGS},${RELEASE_VERSION}" >> $GITHUB_ENV;
133
+
134
+ - name: echo DOCKER_TAGS
135
+ shell: bash
136
+ run: |
137
+ echo $DOCKER_TAGS;
143
138
 
144
139
  - name: push docker images to dockerhub & GCR
145
140
  if: steps.semantic.outputs.new-release-published == 'true'
package/Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN npm ci
10
10
  COPY ./src ./src
11
11
  COPY ./public ./public
12
12
 
13
- ENV RELEASE_VERSION=4.7.0
13
+ ENV RELEASE_VERSION=4.7.1
14
14
 
15
15
  RUN npm run build
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -1,3 +1,3 @@
1
- appVersion: 4.7.0
1
+ appVersion: 4.7.1
2
2
  name: actions-playground
3
- version: 4.7.0
3
+ version: 4.7.1