Compare commits
11 Commits
a250bb7c9b
...
v1.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
| fb0746e29e | |||
| b987f4775f | |||
|
8ff5caaede
|
|||
| 163a2af84b | |||
|
88ced43981
|
|||
| f3cd0d0a89 | |||
|
9ae57862a0
|
|||
| 25eafe3959 | |||
|
8768ea181c
|
|||
| 5465bd4c77 | |||
| a0e511b4aa |
@@ -83,7 +83,7 @@ jobs:
|
||||
fi
|
||||
exit 0
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@v1.0.0
|
||||
uses: ad-m/github-push-action@v1.1.0
|
||||
with:
|
||||
github_token: ${{ secrets.ACTIONS_TOKEN }}
|
||||
repository: infrastructure/core-apps
|
||||
|
||||
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
|
||||
|
||||
################################################################################
|
||||
# App builder stage
|
||||
FROM golang:1.26.1-trixie@sha256:ce3f1c8d3718a306811d8d5e547073b466b15e85bfa7e1b4f0dc45516c95b72d AS app-builder
|
||||
FROM golang:1.26.2-trixie@sha256:da3943074756e8d6f109ce7a84be16e98bffa39e9d369a0447f016b56db84e8f AS app-builder
|
||||
|
||||
COPY app/ /opt/app
|
||||
WORKDIR /opt/app
|
||||
|
||||
Reference in New Issue
Block a user