Skip to content

Commit

Permalink
Bump sandbox gui ver
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus authored Jun 30, 2023
1 parent 32c8b83 commit 692d42e
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
name: Build
name: Build and push Docker images
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand All @@ -31,25 +31,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# DB

# - name: DB image tags & labels
# id: meta-db
# uses: docker/metadata-action@v3
# with:
# images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-db

# - name: DB
# uses: docker/build-push-action@v2
# with:
# context: .
# file: build/db/Dockerfile
# push: true
# cache-from: type=gha
# cache-to: type=gha,mode=max
# tags: ${{ steps.meta-db.outputs.tags }}
# labels: ${{ steps.meta-db.outputs.labels }}

# API

- name: API image tags & labels
Expand Down Expand Up @@ -102,9 +83,9 @@ jobs:
context: .
file: build/sandbox/Dockerfile
build-args: |
TAG=4.5.0
TAG=4.5.4
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta-gui.outputs.tags }}
labels: ${{ steps.meta-gui.outputs.labels }}
labels: ${{ steps.meta-gui.outputs.labels }}

0 comments on commit 692d42e

Please sign in to comment.