Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omznc authored Sep 28, 2023
1 parent 7561098 commit 38a9876
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
build-docker-images:
needs: setup
runs-on: ubuntu-latest
strategy:
matrix:
tag: [latest, $(date +%s)]
steps:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
push: true
tags: omznc/livelaunch-dashboard:${{ matrix.tag }}
tags: omznc/livelaunch-dashboard:$(date +%s), omznc/livelaunch-dashboard:latest

0 comments on commit 38a9876

Please sign in to comment.