Skip to content

Commit

Permalink
Gitlab CI: Update branch container images
Browse files Browse the repository at this point in the history
  • Loading branch information
randstr committed Aug 15, 2024
1 parent 88aa2db commit d746af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/wireshark-lua-plugin/${PACKAGE_VERSION}"

compile-gcc:
image: registry.gitlab.com/jvalverde/wireshark-lua-plugin/wireshark-ubuntu-dev
image: registry.gitlab.com/jvalverde/wireshark-lua-plugin/wireshark-4.4-ubuntu-dev
stage: build
script:
- mkdir build
Expand All @@ -34,7 +34,7 @@ compile-gcc:
- build/doc

compile-mingw:
image: registry.gitlab.com/jvalverde/wireshark-lua-plugin/wireshark-mingw-dev
image: registry.gitlab.com/jvalverde/wireshark-lua-plugin/wireshark-4.4-mingw-dev
stage: build
script:
- mkdir build
Expand Down

0 comments on commit d746af3

Please sign in to comment.