Compare commits

...

1 Commits

Author SHA1 Message Date
97a5392909
Fixed build after gitea update
Some checks failed
Build and deploy / Build application (push) Successful in 4m26s
Check / Run checks (push) Successful in 3m19s
Build and deploy / Build container (push) Failing after 1m8s
Build and deploy / Deploy container (push) Has been skipped
2024-07-08 23:13:05 +02:00

View File

@ -26,7 +26,7 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: build name: automation
path: target/x86_64-unknown-linux-gnu/release/automation path: target/x86_64-unknown-linux-gnu/release/automation
container: container:
@ -41,12 +41,12 @@ jobs:
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: build name: automation
- name: Set permissions - name: Set permissions
run: | run: |
chown 65532:65532 ./build/* chown 65532:65532 ./automation
chmod 0755 ./build/* chmod 0755 ./automation
- name: Docker meta - name: Docker meta
id: meta id: meta