Skip to content
Snippets Groups Projects
Commit e46ea453 authored by Alejandro Tjaarda's avatar Alejandro Tjaarda
Browse files

removed local files

parent 469daa7a
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
name: Docker CI
on:
push:
branches: [ "main", "development" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Docker images
run: ./build/build_images.sh build_push
env:
DOCKERHUB_REPO: ${{ secrets.DOCKER_USERNAME }}
VERSION: test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment