remove(Actions): tag step removed because it is unnecessary

This commit is contained in:
darkicewolf50 2024-12-21 15:40:51 -07:00
parent 1c05204470
commit 65d03bea15

View File

@ -62,9 +62,6 @@ jobs:
- name: build container image # build the container
run: docker compose build
id: docker-build
- name: tag container image # needed to rename form stupid default name that github gives it
run: docker tag docker.io/library/interview-backend-bajacloud darkicewolf50/uofcbajacloud:latest
- name: Upload to Dockerhub
run: docker push darkicewolf50/uofcbajacloud:latest