We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca906c + c3e8fd2 commit aa39540Copy full SHA for aa39540
.github/workflows/docker_hub.yaml
@@ -51,6 +51,7 @@ jobs:
51
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
52
docker build -t zfcsoftware/cf-clearance-scraper:$VERSION .
53
docker push zfcsoftware/cf-clearance-scraper:$VERSION
54
-
+ docker tag zfcsoftware/cf-clearance-scraper:${{ env.VERSION }} zfcsoftware/cf-clearance-scraper:latest
55
+ docker push zfcsoftware/cf-clearance-scraper:latest
56
- name: Logout from Docker Hub
57
run: docker logout
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cf-clearance-scraper",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"main": "index.js",
5
"scripts": {
6
"start": "node src/index.js",
0 commit comments