Skip to content

Commit

Permalink
Merge pull request #2 from terdenan/terdenan/add-github-actions
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
terdenan committed Mar 9, 2024
2 parents fed6aa9 + cfce367 commit fde7295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
TAG_NAME=$(echo $GITHUB_SHA | head -c7)
docker buildx create --use
docker buildx build --no-cache --push --tag $REGISTRY/$IMAGE_NAME:$TAG_NAME -f Dockerfile
docker buildx build --no-cache --push --tag $REGISTRY/$IMAGE_NAME:$TAG_NAME .
deploy-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fde7295

Please sign in to comment.