Skip to content

Commit

Permalink
Update node-push.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
outisa authored Aug 3, 2024
1 parent 2bba265 commit 2c354a5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/node-push.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@ jobs:
build:
name: 'Publish to dockerhub'
needs: [frontend, backend]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish to Dockerhub
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: hybakteeripeli/app
tags: latest

docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -98,8 +85,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
Expand Down

0 comments on commit 2c354a5

Please sign in to comment.