Skip to content

Commit aa39540

Browse files
authored
Merge pull request #35 from zfcsoftware/docker-hub-workflow-add-latest
add latest
2 parents 3ca906c + c3e8fd2 commit aa39540

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker_hub.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
5252
docker build -t zfcsoftware/cf-clearance-scraper:$VERSION .
5353
docker push zfcsoftware/cf-clearance-scraper:$VERSION
54-
54+
docker tag zfcsoftware/cf-clearance-scraper:${{ env.VERSION }} zfcsoftware/cf-clearance-scraper:latest
55+
docker push zfcsoftware/cf-clearance-scraper:latest
5556
- name: Logout from Docker Hub
5657
run: docker logout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-clearance-scraper",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "index.js",
55
"scripts": {
66
"start": "node src/index.js",

0 commit comments

Comments
 (0)