We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3736b6f commit 2b00cfaCopy full SHA for 2b00cfa
.github/workflows/agent-container.yaml
@@ -3,8 +3,6 @@ name: Build and push agent container image
3
# Configures this workflow to run every time a tag is created
4
on:
5
push:
6
- tags-ignore:
7
- - operator/*
8
paths:
9
- agent/**
10
- containers/agent.Dockerfile
@@ -22,6 +20,7 @@ env:
22
20
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
23
21
jobs:
24
build-and-push-agent:
+ if: ${{ ! startsWith(github.ref, 'refs/tags/operator') }}
25
runs-on: ubuntu-latest
26
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
27
permissions:
0 commit comments