Skip to content

Commit adf45f9

Browse files
author
amrutha
committed
updated docker file
1 parent ced72b3 commit adf45f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Converter CI
22
on: push:
3-
branches: [ "main" ]
3+
branches: [ "main" ]
44
jobs: build:
55
runs-on: ubuntu-latest
66
steps:
@@ -27,5 +27,5 @@ docker:
2727
password: ${{ secrets.DOCKER_PASSWORD }}
2828
- name: Build and push Docker image
2929
run: |
30-
docker build -t glarimy/glarimy-converter:latest .
31-
docker push glarimy/glarimy-converter:latest
30+
docker build -t amruthsvarshini/amruthaconverter:latest .
31+
docker push amruthsvarshini/amruthaconverter:latest

0 commit comments

Comments
 (0)