Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from Viet-AI/main-2
Browse files Browse the repository at this point in the history
Update and rename checkmarx-one.yml to docker-image.yml
  • Loading branch information
M-DinhHoangViet authored Aug 19, 2023
2 parents 446e277 + e785cbc commit 71d23c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 55 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/checkmarx-one.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit 71d23c3

Please sign in to comment.