Compare commits
2
Commits
fa51e930e0
...
993ac14763
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
993ac14763
|
||
|
|
8c9a0d1e1d
|
@@ -13,6 +13,7 @@ env:
|
||||
jobs:
|
||||
tag_on_change:
|
||||
permissions:
|
||||
actions: write
|
||||
contents: write
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM docker.io/library/ubuntu:26.04 AS download
|
||||
|
||||
ARG DC_VERSION=v5.1.4
|
||||
ARG DC_VERSION=v5.1.3
|
||||
|
||||
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
|
||||
apt update --yes && \
|
||||
|
||||
Reference in New Issue
Block a user