fix workflow

This commit is contained in:
2024-10-10 11:42:13 -04:00
parent 24cd645edf
commit cb3ea8a496

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build and push the Docker image - name: Build and push the Docker image
run: docker build . --push --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/discord-bot:$(date +%s) run: docker build . --push --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/discord-bot
build_arm64: build_arm64:
runs-on: self-hosted runs-on: self-hosted
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/discord-bot:$(date +%s) run: docker build . --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/discord-bot
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Push the Docker image - name: Push the Docker image