We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66eb106 + 1f3771e commit c3361f5Copy full SHA for c3361f5
.github/workflows/merge-main.yaml
@@ -6,12 +6,11 @@ on:
6
- main
7
paths-ignore:
8
- '**.md'
9
- - '.github/**'
10
11
jobs:
12
build-push:
13
name: Build and push application image
14
- runs-on: ubuntu-latest
+ runs-on: default
15
permissions:
16
id-token: write
17
contents: read
.github/workflows/release-tag.yaml
@@ -10,7 +10,7 @@ jobs:
re-tag:
name: Re-tag image
0 commit comments