Fix redundant code
Build Docker Image for Actions / Check-Last-Time (push) Failing after 0s Details
Build Docker Image for Actions / Build-Image (push) Has been skipped Details
Code Quality Test / Quality-Check (push) Successful in 3s Details
Environment Setup Test / Setup (push) Successful in 33s Details

pull/4/head
drunkendog 2023-08-28 18:02:04 +01:00
parent b97c67ba4a
commit e015dda3a4
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ jobs:
| jq '.last_updated'
| xargs -i date --date {} +%s
| xargs -i expr $(date +%s) - {}
- name: Check out repository code
uses: actions/checkout@v3
- name: Get Docker
run: curl -sL get.docker.io | bash
- name: Build and upload image
run: sh actions/build-docker-image.sh
Build-Image:
needs: [Check-Last-Time]
if: Check-Last-Time.outputs.last-time < 1