Skip to content

Commit e4288a2

Browse files
authored
1 parent 295ceef commit e4288a2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build-stubbornjava-web.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ jobs:
7575
working-directory: ./stubbornjava-webapp
7676
run: docker build -t docker.pkg.github.com/stubbornjava/stubbornjava/stubbornjava-webapp:qa -f ./docker/Dockerfile .
7777

78+
- name: Push images and tags
79+
run: docker push docker.pkg.github.com/stubbornjava/stubbornjava/stubbornjava-webapp
7880

79-
# - name: Publish Docker Image
80-
# uses: elgohr/Publish-Docker-Github-Action@master
81-
# if: github.ref == 'refs/heads/master'
82-
# with:
83-
# name: stubbornjava/stubbornjava/stubbornjava-webapp
84-
# username: ${{ github.actor }}
85-
# password: ${{ secrets.GITHUB_TOKEN }}
86-
# registry: docker.pkg.github.com
87-
# tag_names: true
88-
# tags: "qa"
89-
# dockerfile: stubbornjava-webapp/docker/Dockerfile
90-
# context: stubbornjava-webapp

0 commit comments

Comments
 (0)