Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightChaser committed Feb 2, 2024
1 parent bf6ef6d commit d6bcde5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
touch .env
echo "${{ secrets.ENV_FILE }}" > .env
cat .env
pwd
pwd
ls -al .
- name: Login to Dockerhub
uses: docker/login-action@v3
with:
Expand All @@ -34,7 +34,5 @@ jobs:
- name: Build and release to DockerHub
uses: docker/build-push-action@v2
with:
run: |
pwd
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/goanonpicdb-aws:latest

0 comments on commit d6bcde5

Please sign in to comment.