Compare commits
8 Commits
7c00e399d9
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 123c98bdbb | |||
|
3012f6c01b
|
|||
| b987f4775f | |||
|
8ff5caaede
|
|||
| 163a2af84b | |||
|
88ced43981
|
|||
| f3cd0d0a89 | |||
|
9ae57862a0
|
@@ -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:e3474b933b6d2ba307819482c2d7faef57bbdc3beda1f5caf3e8ed51b3177844 AS app-builder
|
||||
FROM golang:1.26.2-trixie@sha256:c0074c718b473f3827043f86532c4c0ff537e3fe7a81b8219b0d1ccfcc2c9a09 AS app-builder
|
||||
|
||||
COPY app/ /opt/app
|
||||
WORKDIR /opt/app
|
||||
|
||||
Reference in New Issue
Block a user