Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Oct 15, 2022
1 parent 5aa7ead commit 2f08e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- run: |
docker tag flutterdevcontainer:${{ github.sha }} ghcr.io/gdscparuluniversity/flutterdevcontainer:${ github.sha }}
docker tag flutterdevcontainer:${{ github.sha }} ghcr.io/gdscparuluniversity/flutterdevcontainer:${{ github.sha }}
docker push ghcr.io/gdscparuluniversity/flutterdevcontainer:${{ github.sha }}

0 comments on commit 2f08e58

Please sign in to comment.