File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
registry : ghcr.io
28
28
username : ${{ github.actor }}
29
- password : ${{ secrets.GITHUB_TOKEN }}
29
+ password : ${{ secrets.MM_PKG_WRITE }}
30
30
31
31
- name : " Build and push Docker image"
32
32
run : make push-images
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- ARG VPP_IMAGE=vpp:20.09
17
+ ARG VPP_IMAGE=vpp:21.06
18
18
# TODO replace with stable VPP-Agent version containing https://github.com/ligato/vpp-agent/pull/1763 (probably v3.3.0+)
19
19
ARG VPPAGENT_IMAGE=ligato/vpp-agent:latest
20
20
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- ARG VPP_IMAGE=vpp:20.09
17
+ ARG VPP_IMAGE=vpp:21.06
18
18
19
19
FROM $VPP_IMAGE as vpp
20
20
FROM ligato/vpp-agent:latest as vppagent
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- ARG VPP_VERSION=21.01
17
+ ARG VPP_VERSION=21.06
18
18
ARG VPP_IMAGE=ligato/vpp-base:$VPP_VERSION
19
19
20
20
FROM ${VPP_IMAGE}
@@ -33,7 +33,7 @@ RUN cd vpp && \
33
33
34
34
# ----------------------
35
35
# build & install external plugins (ABX, ISISX)
36
- ARG VPP_VERSION=21.01
36
+ ARG VPP_VERSION=21.06
37
37
COPY vpp/abx /tmp/abx
38
38
COPY vpp/isisx /tmp/isisx
39
39
You can’t perform that action at this time.
0 commit comments