Skip to content

Commit

Permalink
Merge pull request #35 from zfcsoftware/docker-hub-workflow-add-latest
Browse files Browse the repository at this point in the history
add latest
  • Loading branch information
mdervisaygan authored Sep 29, 2024
2 parents 3ca906c + c3e8fd2 commit aa39540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker build -t zfcsoftware/cf-clearance-scraper:$VERSION .
docker push zfcsoftware/cf-clearance-scraper:$VERSION
docker tag zfcsoftware/cf-clearance-scraper:${{ env.VERSION }} zfcsoftware/cf-clearance-scraper:latest
docker push zfcsoftware/cf-clearance-scraper:latest
- name: Logout from Docker Hub
run: docker logout
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-clearance-scraper",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
Expand Down

0 comments on commit aa39540

Please sign in to comment.