Skip to content

Commit

Permalink
remove pilot from container name
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Nov 17, 2023
1 parent 05c447a commit 0a788b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
# this often means that we have a new CVMFS configuration package
release:
types: [published]

# Declare default permissions as read only.
permissions: read-all

Expand All @@ -32,7 +32,7 @@ jobs:
contents: read
strategy:
matrix:
tag: ['client-pilot:centos7', 'build-node:debian11']
tag: ['client:centos7', 'build-node:debian11']
platform: [amd64, arm64, ppc64le]

steps:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
contents: read
strategy:
matrix:
tag: ['client-pilot:centos7', 'build-node:debian11']
tag: ['client:centos7', 'build-node:debian11']
steps:
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 0a788b4

Please sign in to comment.