Skip to content

Commit

Permalink
revert docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed May 23, 2023
1 parent 3409988 commit ee4ab49
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,7 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
dockerfile: [Dockerfile.pipe, Dockerfile.api, Dockerfile.dash]

steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
file: ${{ matrix.dockerfile }}
push: true
tags: my-image-name:$(date +%s)

- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit ee4ab49

Please sign in to comment.