Skip to content

Commit

Permalink
Trying a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mightywomble committed Feb 1, 2024
1 parent a04a572 commit 493cfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
docker build -t mightywomble/DockerforgeBaseUbuntu2204 .
docker build -t mightywomble/dockerforgebase_ubuntu:latest .
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push mightywomble/DockerforgeBaseUbuntu2204
docker push mightywomble/dockerforgebase_ubuntu:lates

0 comments on commit 493cfb0

Please sign in to comment.