Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Jul 11, 2024
1 parent 0686be8 commit b097678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lalka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
on:
push:
branches:
- test
- testaaa
jobs:
container_image:
name: container_image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
on:
push:
branches:
- testaaa
- test

jobs:
container_image:
Expand All @@ -32,12 +32,12 @@ jobs:
registry-password: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
operation: build-and-push
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-opts: |
- name: main
- name: alpine
# - name: alpine



Expand Down

0 comments on commit b097678

Please sign in to comment.