Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer authored Nov 23, 2022
1 parent 2eb8bf0 commit 2b5d436
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ "release/*" ]
branches:
- release/*

jobs:

Expand All @@ -11,8 +12,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag rtler/highdns:$(date +%s)
- name: Build and push Docker images
uses: docker/build-push-action@v3.2.0

0 comments on commit 2b5d436

Please sign in to comment.