Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-Sun authored Aug 16, 2024
1 parent 182512b commit ccfbd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
environment: prod

steps:
- name: Checkout code
Expand All @@ -31,5 +32,4 @@ jobs:
- name: Build and push Docker image
run: |
docker build . --file Dockerfile --tag realsidsun/replicator-kuma:$TAG
docker build -t your-dockerhub-username/bar:$TAG .
docker push your-dockerhub-username/bar:$TAG
docker push realsidsun/replicator-kuma:$TAG

0 comments on commit ccfbd3f

Please sign in to comment.