Revert "Changed docker tag"

This reverts commit eb98e7da85.
This commit is contained in:
Skylar Grant 2022-12-02 13:00:26 -05:00
parent b56e700466
commit 85700c593c
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag v0idf1sh/nodbot run: docker build . --file Dockerfile --tag v0idf1sh/nodbot:$(date +%s)
- name: Log into Docker Hub - name: Log into Docker Hub
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub - name: Push image to Docker Hub
run: docker push v0idf1sh/nodbot run: docker push v0idf1sh/nodbot:latest