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 2626 with :
2727 registry : ghcr.io
2828 username : ${{ github.actor }}
29- password : ${{ secrets.GITHUB_TOKEN }}
29+ password : ${{ secrets.MM_PKG_WRITE }}
3030
3131 - name : " Build and push Docker image"
3232 run : make push-images
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- ARG VPP_IMAGE=vpp:20.09
17+ ARG VPP_IMAGE=vpp:21.06
1818# TODO replace with stable VPP-Agent version containing https://github.com/ligato/vpp-agent/pull/1763 (probably v3.3.0+)
1919ARG VPPAGENT_IMAGE=ligato/vpp-agent:latest
2020
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- ARG VPP_IMAGE=vpp:20.09
17+ ARG VPP_IMAGE=vpp:21.06
1818
1919FROM $VPP_IMAGE as vpp
2020FROM ligato/vpp-agent:latest as vppagent
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- ARG VPP_VERSION=21.01
17+ ARG VPP_VERSION=21.06
1818ARG VPP_IMAGE=ligato/vpp-base:$VPP_VERSION
1919
2020FROM ${VPP_IMAGE}
@@ -33,7 +33,7 @@ RUN cd vpp && \
3333
3434# ----------------------
3535# build & install external plugins (ABX, ISISX)
36- ARG VPP_VERSION=21.01
36+ ARG VPP_VERSION=21.06
3737COPY vpp/abx /tmp/abx
3838COPY vpp/isisx /tmp/isisx
3939
You can’t perform that action at this time.
0 commit comments