Skip to content

Commit 1f45330

Browse files
committed
17th commit
1 parent b39341a commit 1f45330

2 files changed

Lines changed: 0 additions & 221 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -48,44 +48,3 @@ jobs:
4848
name: build-files
4949
path: dist/
5050
retention-days: 7
51-
52-
docker-build:
53-
needs: test-and-build
54-
runs-on: ubuntu-latest
55-
if: github.ref == 'refs/heads/docker'
56-
57-
steps:
58-
- name: Checkout code
59-
uses: actions/checkout@v4
60-
61-
- name: Set up Docker Buildx
62-
uses: docker/setup-buildx-action@v3
63-
64-
- name: Login to Docker Hub
65-
uses: docker/login-action@v3
66-
with:
67-
username: ${{ secrets.DOCKER_USERNAME }}
68-
password: ${{ secrets.DOCKER_PASSWORD }}
69-
70-
- name: Extract metadata
71-
id: meta
72-
uses: docker/metadata-action@v5
73-
with:
74-
images: ${{ secrets.DOCKER_USERNAME }}/vrt-games-website
75-
tags: |
76-
type=ref,event=branch
77-
type=ref,event=pr
78-
type=sha,prefix=main-,suffix=-{{date 'YYYYMMDD'}},enable={{is_default_branch}}
79-
type=raw,value=latest,enable={{is_default_branch}}
80-
81-
- name: Build and push Docker image
82-
uses: docker/build-push-action@v5
83-
with:
84-
context: .
85-
push: true
86-
tags: ${{ steps.meta.outputs.tags }}
87-
labels: ${{ steps.meta.outputs.labels }}
88-
build-args: |
89-
VITE_GEMINI_API_KEY=${{ secrets.VITE_GEMINI_API_KEY }}
90-
cache-from: type=gha
91-
cache-to: type=gha,mode=max

.github/workflows/deploy.yml

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)