Skip to content

Commit ceaaf34

Browse files
committed
Invalidate daily
1 parent 3dcbd15 commit ceaaf34

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
24+
- name: Write date file
25+
run: |
26+
date -Idate > ${{ inputs.image }}/date.txt
27+
shell: bash
2428
- name: Log in to the Container registry
2529
uses: docker/login-action@v3
2630
with:

rig-ubuntu/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Before changing this to 24.04, check if pak install from binary
22
FROM ubuntu:22.04
33

4+
COPY date.txt /date.txt
5+
46
RUN apt-get update && apt-get install -y curl sudo locales ccache
57

68
# https://stackoverflow.com/a/28406007/946850

0 commit comments

Comments
 (0)