Add jq installation step
Code Quality Test / Quality-Check (push) Successful in 2s Details
Build Docker Image for Actions / Check-Last-Time (push) Successful in 9s Details
Build Docker Image for Actions / Build-Image (push) Failing after 0s Details
Environment Setup Test / Setup (push) Successful in 30s Details

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

View File

@ -3,7 +3,13 @@ on: [push, pull_request]
jobs:
Check-Last-Time:
runs-on: ubuntu-22.04
env:
DEBIAN_FRONTEND: noninteractive
steps:
- name: Install jq
run: |
apt-get update -y
apt-get install -y jq
- name: Check last repository build time
id: last-time
run: curl -s https://hub.docker.com/v2/repositories/drunkendog/standard-build-actions/tags/latest