Skip to content

Commit

Permalink
Update docker-buildpush.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurMitchell42 <[email protected]>
  • Loading branch information
ArthurMitchell42 authored Feb 3, 2024
1 parent dc68c68 commit 9004137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# branches:
# - main
# - V0.2*
# - V0.3*
tags: [ "*" ]
# label:
# branches: [ "main" ]
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build the Docker image
run: docker buildx build --platform linux/amd64,linux/arm64/v8,linux/arm/v7 --file Dockerfile --tag kronos443/nutcase:$GITHUB_REF_NAME --push .
run: docker buildx build --platform linux/amd64,linux/arm64/v8 --file nutcase/docker/Dockerfile --tag kronos443/nutcase:$GITHUB_REF_NAME --push .
# -$(date +'%Y-%m-%d_%H-%M-%S')

0 comments on commit 9004137

Please sign in to comment.