Skip to content

Commit d7ea99e

Browse files
authored
Merge pull request #98 from offbyone/push-oqyozxmovvtl
2 parents 07ff979 + d70e220 commit d7ea99e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/container-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
102102
- name: Log in to the Github Container registry
103103
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
104-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
104+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
105105
with:
106106
registry: ghcr.io
107107
username: ${{ github.actor }}
108108
password: ${{ secrets.GITHUB_TOKEN }}
109109

110-
- uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
110+
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
111111
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
112112
id: meta
113113
with:
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Upload digest
141141
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
142-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
142+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
143143
with:
144144
name: digests-${{ matrix.image }}-${{ matrix.arch }}
145145
path: /tmp/digests-${{ matrix.image }}/*
@@ -168,7 +168,7 @@ jobs:
168168

169169
steps:
170170
- name: Download digests
171-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
171+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
172172
with:
173173
pattern: digests-${{ matrix.image }}-*
174174
path: /tmp/digests-download
@@ -181,11 +181,11 @@ jobs:
181181
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
182182
- name: Docker meta
183183
id: meta
184-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
184+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
185185
with:
186186
images: ghcr.io/offbyone/${{ matrix.image }}
187187
- name: Log in to the Github Container registry
188-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
188+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
189189
with:
190190
registry: ghcr.io
191191
username: ${{ github.actor }}

sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tailscale/tailscale:v1.86.5
1+
FROM tailscale/tailscale:v1.90.6
22
COPY connect.sh /connect.sh
33
COPY --from=ghcr.io/jqlang/jq:1.8.0 /jq /usr/local/bin/jq
44
HEALTHCHECK --interval=5s --timeout=10s --start-period=20s --retries=3 \

0 commit comments

Comments
 (0)